From a95e5e8fcd45ca0dc210eb4a4708ed23c0c61c6c Mon Sep 17 00:00:00 2001 From: heyethereum Date: Fri, 26 Jul 2024 22:35:59 +0800 Subject: [PATCH] removed https --- src/main/resources/application.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cd6be02..cd8e4d4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,14 +1,14 @@ 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-password=${SERVER_SSL_KEY_STORE_PASSWORD} -server.ssl.key-alias=${SERVER_SSL_KEY_ALIAS} -trust.store=${SERVER_SSL_TRUST_STORE_LOCATION} -trust.store.password=${SERVER_SSL_TRUST_STORE_PASSWORD} +#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-password=${SERVER_SSL_KEY_STORE_PASSWORD} +#server.ssl.key-alias=${SERVER_SSL_KEY_ALIAS} +#trust.store=${SERVER_SSL_TRUST_STORE_LOCATION} +#trust.store.password=${SERVER_SSL_TRUST_STORE_PASSWORD} spring.datasource.url=${SERVER_DB_URL} spring.datasource.username=${SERVER_DB_USERNAME}