feat(config): update application.yml to nest HTTP port configuration
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-04-30 17:49:36 +02:00
parent 0229147f4d
commit 3efebd5ed0
@@ -1,7 +1,8 @@
quarkus: quarkus:
application: application:
name: nowchess-store name: nowchess-store
http.port: 8085 http:
port: 8085
config: config:
yaml: yaml:
enabled: true enabled: true