feat(config): update application.yml for PostgreSQL and remove staging/production configurations

This commit is contained in:
2026-04-30 16:14:10 +02:00
parent 6a143a462a
commit 2404e6164c
9 changed files with 38 additions and 137 deletions
@@ -22,17 +22,3 @@ nowchess:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
prefix: ${REDIS_PREFIX:nowchess}
"%staging":
quarkus:
swagger-ui:
always-include: true
dev-ui:
always-include: true
log:
level: INFO
"%production":
quarkus:
log:
level: WARN