From 3b992ba6dfa6a5fac2a4a30f7379491715bf73b3 Mon Sep 17 00:00:00 2001 From: Viet Le Date: Wed, 12 Jun 2024 14:26:44 +0700 Subject: [PATCH] change env name --- src/main/resources/application.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b21a1e5..1d6ecc2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -16,11 +16,11 @@ spring.sql.init.mode=always spring.devtools.restart.exclude=static/**,public/** ## Azure Cloud Service -# spring.cloud.azure.storage.blob.account-name=${BELL_CHAT_AZURE_STORAGE_ACCOUNT_NAME} -spring.cloud.azure.storage.blob.endpoint=${BELL_CHAT_AZURE_STORAGE_ACCOUNT_ENDPOINT} -spring.cloud.azure.storage.blob.account-key=${BELL_CHAT_AZURE_STORAGE_ACCOUNT_KEY} -azure.storage.container-name=${BELL_CHAT_AZURE_STORAGE_CONTAINER_NAME} +spring.cloud.azure.storage.blob.account-name=${AZUREBLOBSTORAGE_ACCOUNT_NAME} +spring.cloud.azure.storage.blob.account-key=${AZUREBLOBSTORAGE_ACCOUNT_KEY} +spring.cloud.azure.storage.blob.endpoint=${AZUREBLOBSTORAGE_ENDPOINT} +azure.storage.container-name=${AZUREBLOBSTORAGE_CONTAINER_NAME} ### JWT Token -jwt.secret=${BELL_CHAT_JWT_SECRET} -jwt.expirationTime=${BELL_CHAT_JWT_EXPIRATION_TIME} \ No newline at end of file +jwt.secret=${MAINSITE_JWT_SECRET} +jwt.expirationTime=${MAINSITE_JWT_EXPIRATION} \ No newline at end of file