From 9f4c0e555a38ed668f5d54737768fba5824801d1 Mon Sep 17 00:00:00 2001 From: Said Gedik Date: Mon, 3 Jun 2024 16:40:17 +0200 Subject: [PATCH] server port --- backend/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 600806b..c239ca1 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,2 +1,3 @@ #server.servlet.context-path=/test -server.servlet.session.timeout=24h \ No newline at end of file +server.servlet.session.timeout=24h +# server.port=${PROBE_PORT:8080}