2026-03-30 21:43:09 +07:00
|
|
|
spring:
|
2026-05-08 16:54:51 +07:00
|
|
|
cloud:
|
|
|
|
|
compatibility-verifier:
|
|
|
|
|
enabled: false
|
2026-03-30 21:43:09 +07:00
|
|
|
datasource:
|
|
|
|
|
url: jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
|
|
|
|
|
username: ${POSTGRES_USER}
|
|
|
|
|
password: ${POSTGRES_PASSWORD}
|
|
|
|
|
|
|
|
|
|
jpa:
|
|
|
|
|
hibernate:
|
2026-04-08 11:57:27 +07:00
|
|
|
ddl-auto: update
|
2026-03-30 21:43:09 +07:00
|
|
|
|
|
|
|
|
server:
|
2026-04-08 11:17:08 +07:00
|
|
|
port: 8082
|
|
|
|
|
|
|
|
|
|
jwt:
|
|
|
|
|
secret: Z29nb3Bvd2VycmFuZ2VydHVtYmF5YW1iZjMyNDIyMjh3aW5lcndpbmVy
|
2026-05-08 16:54:51 +07:00
|
|
|
expiration: 3600000
|
|
|
|
|
|
|
|
|
|
nocopy-dashboard:
|
2026-05-08 17:22:35 +07:00
|
|
|
url: http://172.17.0.1:3001
|