Skip to content

Commit 9a34787

Browse files
committed
fix
1 parent 4afdd2c commit 9a34787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config/config.d/azure_storage_conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<object_storage_type>azure</object_storage_type>
77
<skip_access_check>false</skip_access_check>
88
<max_single_part_upload_size>33554432</max_single_part_upload_size>
9-
<storage_account_url from_env="AZURE_STORAGE_ACCOUNT_URL">
9+
<storage_account_url replace="1" from_env="AZURE_STORAGE_ACCOUNT_URL">
1010
https://127.0.0.1:10000/devstoreaccount1
1111
</storage_account_url>
1212
<container_name from_env="AZURE_CONTAINER_NAME"/>

0 commit comments

Comments
 (0)