18 lines
264 B
YAML
18 lines
264 B
YAML
spring:
|
|
application:
|
|
name: staff-mgr
|
|
profiles:
|
|
active: dev
|
|
|
|
server:
|
|
port: 8080
|
|
|
|
app:
|
|
jwt:
|
|
secret: ${JWT_SECRET:staff-mgr-dev-secret-key-must-be-at-least-32-bytes}
|
|
expiration-ms: 86400000
|
|
|
|
springdoc:
|
|
swagger-ui:
|
|
path: /swagger-ui.html
|