Skip to content

Commit a623c37

Browse files
committed
fix deploy
1 parent c55983f commit a623c37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/application.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ spring.sql.init.mode=always
1616
spring.devtools.restart.exclude=static/**,public/**
1717

1818
## 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}
2323

2424
### JWT Token
2525
jwt.secret=${MAINSITE_JWT_SECRET}

0 commit comments

Comments
 (0)