From dcd5058f7055e91b9cadb3ee67ef96f5bdcec622 Mon Sep 17 00:00:00 2001 From: heyethereum Date: Sat, 3 Aug 2024 13:35:57 +0800 Subject: [PATCH] gmail scan to push to main --- 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 cd8e4d4..a955c11 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}