Skip to content

Commit

Permalink
change env name
Browse files Browse the repository at this point in the history
  • Loading branch information
vietlvq2609 committed Jun 12, 2024
1 parent df508f3 commit 3b992ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}
jwt.secret=${MAINSITE_JWT_SECRET}
jwt.expirationTime=${MAINSITE_JWT_EXPIRATION}

0 comments on commit 3b992ba

Please sign in to comment.