Commit 2e29f9c2 authored by tsato1222's avatar tsato1222

Remove comma in azure blob storage config example

parent 861c3dde
...@@ -354,7 +354,7 @@ gitlab_rails['object_store']['connection'] = { ...@@ -354,7 +354,7 @@ gitlab_rails['object_store']['connection'] = {
'provider' => 'AzureRM', 'provider' => 'AzureRM',
'azure_storage_account_name' => '<AZURE STORAGE ACCOUNT NAME>', 'azure_storage_account_name' => '<AZURE STORAGE ACCOUNT NAME>',
'azure_storage_access_key' => '<AZURE STORAGE ACCESS KEY>', '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