We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747781e commit beadc2fCopy full SHA for beadc2f
api/src/main/resources/application-azure.yml
@@ -39,7 +39,7 @@ csm:
39
storage:
40
base-uri: "changeme"
41
resource-uri: "changeme"
42
- connection-string: "DefaultEndpointsProtocol=https;AccountName=${spring.cloud.azure.storage.blob.account-name};AccountKey=${azure.storage.account-key};EndpointSuffix=core.windows.net"
+ connection-string: "DefaultEndpointsProtocol=https;AccountName=${spring.cloud.azure.storage.blob.account-name};AccountKey=${spring.cloud.azure.storage.blob.account-key};EndpointSuffix=core.windows.net"
43
containerRegistries:
44
core: ghcr.io
45
solutions: ""
0 commit comments