From 180f53dcaf456ac7cc991da2f1cb9496fc2abac4 Mon Sep 17 00:00:00 2001 From: heyethereum Date: Sat, 17 Aug 2024 08:36:23 +0800 Subject: [PATCH] Added readme file --- src/main/resources/application.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a955c11..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} +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} spring.datasource.url=${SERVER_DB_URL} spring.datasource.username=${SERVER_DB_USERNAME}