From 97c5ccb96bb009b47bfe2ca881947a22bdc5d29f Mon Sep 17 00:00:00 2001 From: heyethereum Date: Tue, 18 Jun 2024 21:49:25 +0800 Subject: [PATCH] update env variable --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 80137c6..7239e41 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ spring.application.name=SafeQR-app -#spring.profiles.active=local +spring.profiles.active=local http.port=${HTTP_PORT} server.port=${SERVER_PORT} server.ssl.enabled=true