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