diff --git a/pom.xml b/pom.xml index eb78588..e8ce888 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ io.netty netty-resolver-dns-native-macos - osx-x86_64 + runtime diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ff84cd3..31fed41 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,10 +1,5 @@ spring.application.name=SafeQR-app -spring.profiles.active=local -http.port=${HTTP_PORT} -server.port=${SERVER_PORT} -server.ssl.enabled=true -server.ssl.key-store-type=${SERVER_SSL_KEY_STORE_TYPE} -server.ssl.key-store=${SERVER_SSL_KEY_STORE_LOCATION} +#{SERVER_SSL_KEY_STORE_LOCATION} server.ssl.key-store-password=${SERVER_SSL_KEY_STORE_PASSWORD} server.ssl.key-alias=${SERVER_SSL_KEY_ALIAS} trust.store=${SERVER_SSL_TRUST_STORE_LOCATION}