Merge branch 'main' of https://git.istt.kz/locust/org.ccalm.jwt
This commit is contained in:
@ -26,6 +26,10 @@ spring:
|
||||
connection-test-query: SELECT 1
|
||||
validation-timeout: 5000
|
||||
validation-interval: 60000
|
||||
jpa:
|
||||
properties:
|
||||
hibernate:
|
||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
@ -64,3 +68,11 @@ refresh:
|
||||
# com:
|
||||
# zaxxer:
|
||||
# hikari: WARN
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
enabled: true
|
||||
path: /api-docs
|
||||
swagger-ui:
|
||||
enabled: true
|
||||
path: /api-docs-ui
|
||||
Reference in New Issue
Block a user