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 4afdd2c commit 9a34787Copy full SHA for 9a34787
tests/config/config.d/azure_storage_conf.xml
@@ -6,7 +6,7 @@
6
<object_storage_type>azure</object_storage_type>
7
<skip_access_check>false</skip_access_check>
8
<max_single_part_upload_size>33554432</max_single_part_upload_size>
9
- <storage_account_url from_env="AZURE_STORAGE_ACCOUNT_URL">
+ <storage_account_url replace="1" from_env="AZURE_STORAGE_ACCOUNT_URL">
10
https://127.0.0.1:10000/devstoreaccount1
11
</storage_account_url>
12
<container_name from_env="AZURE_CONTAINER_NAME"/>
0 commit comments