Skip to content

Commit beadc2f

Browse files
committed
[SDCOSMO-2431] Fix Illegal base64 exception throw in AzureStorageConnector
1 parent 747781e commit beadc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/resources/application-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ csm:
3939
storage:
4040
base-uri: "changeme"
4141
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"
42+
connection-string: "DefaultEndpointsProtocol=https;AccountName=${spring.cloud.azure.storage.blob.account-name};AccountKey=${spring.cloud.azure.storage.blob.account-key};EndpointSuffix=core.windows.net"
4343
containerRegistries:
4444
core: ghcr.io
4545
solutions: ""

0 commit comments

Comments
 (0)