initial commit
This commit is contained in:
55
target/classes/application.yml
Normal file
55
target/classes/application.yml
Normal file
@ -0,0 +1,55 @@
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: utms-ng-be
|
||||
profiles:
|
||||
active: dev
|
||||
jackson:
|
||||
time-zone: Asia/Jakarta
|
||||
messages:
|
||||
basename: i18n/messages
|
||||
default-locale: en_US
|
||||
|
||||
app:
|
||||
security:
|
||||
single-login:
|
||||
enabled: false
|
||||
jwt:
|
||||
access-token-minutes: 15
|
||||
refresh-token-days: 7
|
||||
seed:
|
||||
enabled: false
|
||||
ldap:
|
||||
enabled: false
|
||||
url: ldap://localhost:389
|
||||
base: dc=example,dc=org
|
||||
manager-dn: ""
|
||||
manager-password: ""
|
||||
user-search-base: ou=people
|
||||
user-search-filter: (uid={0})
|
||||
group-search-base: ou=groups
|
||||
group-search-filter: (uniqueMember={0})
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
path: /v3/api-docs
|
||||
swagger-ui:
|
||||
path: /swagger-ui.html
|
||||
persist-authorization: true
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: health,info
|
||||
|
||||
logging:
|
||||
level:
|
||||
org.springframework.security: INFO
|
||||
id.iptek.utms: INFO
|
||||
|
||||
spring.mvc:
|
||||
locale: en_US
|
||||
|
||||
Reference in New Issue
Block a user