File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ spring.sql.init.mode=always
16
16
spring.devtools.restart.exclude =static/**,public/**
17
17
18
18
# # Azure Cloud Service
19
- spring.cloud.azure.storage.blob.account-name =${AZUREBLOBSTORAGE_ACCOUNT_NAME }
20
- spring.cloud.azure.storage.blob.account-key =${AZUREBLOBSTORAGE_ACCOUNT_KEY }
21
- spring.cloud.azure.storage.blob.endpoint =${AZUREBLOBSTORAGE_ENDPOINT }
22
- azure.storage.container-name =${AZUREBLOBSTORAGE_CONTAINER_NAME }
19
+ spring.cloud.azure.storage.blob.account-name =${AZURE_BLOBSTORAGE_ACCOUNT_NAME }
20
+ spring.cloud.azure.storage.blob.account-key =${AZURE_BLOBSTORAGE_ACCOUNT_KEY }
21
+ spring.cloud.azure.storage.blob.endpoint =${AZURE_BLOBSTORAGE_ENDPOINT }
22
+ azure.storage.container-name =${AZURE_BLOBSTORAGE_CONTAINER_NAME }
23
23
24
24
# ## JWT Token
25
25
jwt.secret =${MAINSITE_JWT_SECRET}
You can’t perform that action at this time.
0 commit comments