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:
application:
name: nowchess-store
http.port: 8085
http:
port: 8085
config:
yaml:
enabled: true