From a1fee3bbe41c10acf20c84fe338949c993c1b8ca Mon Sep 17 00:00:00 2001 From: heyethereum Date: Sun, 18 Aug 2024 16:15:00 +0800 Subject: [PATCH] change application.properties --- src/main/resources/application.properties | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2e9668a..99bda24 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} @@ -32,4 +32,4 @@ gmail.client.clientAuthenticationScheme=query gmail.client.scope=https://www.googleapis.com/auth/gmail.readonly gmail.resource.userInfoUri=https://www.googleapis.com/gmail/v1/users/me/profile gmail.resource.preferTokenInfo=true -gmail.client.redirectUri=https://localhost/v1/gmail/callback \ No newline at end of file +gmail.client.redirectUri=https://bk5wiynzsi.execute-api.ap-southeast-1.amazonaws.com/api/v1/gmail/callback \ No newline at end of file