Skip to content

Commit

Permalink
variable changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Mar 11, 2022
1 parent 73aee94 commit d903bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ cdn.minio.fa.key=${CDN_MINIO_FA_KEY:#{"https://fa.example.io/"}}
cdn.minio.fa.url=${CDN_MINIO_FA_URL:#{"fakey"}}

#Azure Storage
spring.azure.blob.store.account.name=${AZURE_BLOB_STORE_ACCOUNT_NAME}
spring.azure.blob.store.account.key=${AZURE_BLOB_STORE_ACCOUNT_KEY}
spring.azure.blob.store.account.name=${AZURE_BLOB_STORE_ACCOUNT_KEY}
spring.azure.blob.store.account.key=${AZURE_BLOB_STORE_ACCOUNT_NAME}
spring.azure.blob.store.container.name=${AZURE_BLOB_STORE_CONTAINER}

0 comments on commit d903bca

Please sign in to comment.