feat(config): update application.yml for staging and production environments
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-04-30 10:55:20 +02:00
parent 952cf00413
commit 6113432a14
12 changed files with 153 additions and 19 deletions
@@ -37,17 +37,19 @@ nowchess:
rest-client:
core-service:
url: ${CORE_SERVICE_URL}
nowchess:
redis:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
prefix: ${REDIS_PREFIX:nowchess}
datasource:
db-kind: postgresql
username: ${DB_USER}
password: ${DB_PASSWORD}
jdbc:
url: ${DB_URL}
nowchess:
redis:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
prefix: ${REDIS_PREFIX:nowchess}
internal:
secret: ${INTERNAL_SECRET}
hibernate-orm:
schema-management:
strategy: update
@@ -61,4 +63,17 @@ nowchess:
jwt:
sign:
key:
location: ${JWT_PRIVATE_KEY_PATH:keys/private.pem}
location: ${JWT_PRIVATE_KEY_PATH:keys/private.pem}
"%staging":
quarkus:
swagger-ui:
always-include: true
dev-ui:
always-include: true
log:
level: INFO
"%production":
quarkus:
log:
level: WARN