Commit 3b183ef7 authored by Kati Paizee's avatar Kati Paizee

Merge branch 'tsato12221-master-patch-01685' into 'master'

Remove comma in azure blob storage config example

See merge request gitlab-org/gitlab!74885
parents d76adcfa 2e29f9c2
......@@ -354,7 +354,7 @@ gitlab_rails['object_store']['connection'] = {
'provider' => 'AzureRM',
'azure_storage_account_name' => '<AZURE STORAGE ACCOUNT NAME>',
'azure_storage_access_key' => '<AZURE STORAGE ACCESS KEY>',
'azure_storage_domain' => '<AZURE STORAGE DOMAIN>',
'azure_storage_domain' => '<AZURE STORAGE DOMAIN>'
}
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment