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
@@ -17,7 +17,6 @@ quarkus:
info-description: Coordination endpoints for instance health, balancing, failover, and scaling
path: /openapi
swagger-ui:
always-include: true
path: /swagger-ui
nowchess:
@@ -51,17 +50,3 @@ nowchess:
quarkus:
log:
level: DEBUG
"%staging":
quarkus:
swagger-ui:
always-include: true
dev-ui:
always-include: true
log:
level: INFO
"%production":
quarkus:
log:
level: WARN