From 3efebd5ed0493159c51f7246d18d59bac58cf875 Mon Sep 17 00:00:00 2001 From: Janis Date: Thu, 30 Apr 2026 17:49:36 +0200 Subject: [PATCH] feat(config): update application.yml to nest HTTP port configuration --- modules/store/src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/store/src/main/resources/application.yml b/modules/store/src/main/resources/application.yml index 03f0ac9..7590fb8 100644 --- a/modules/store/src/main/resources/application.yml +++ b/modules/store/src/main/resources/application.yml @@ -1,7 +1,8 @@ quarkus: application: name: nowchess-store - http.port: 8085 + http: + port: 8085 config: yaml: enabled: true