Skip to content
Snippets Groups Projects
Commit 3b77f0cf authored by George's avatar George
Browse files

Update README.md

parent 59eede34
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ When you have these, add the below to your `web/sites/default/settings.php` file ...@@ -42,7 +42,7 @@ When you have these, add the below to your `web/sites/default/settings.php` file
```php ```php
$schemes = [ $schemes = [
'azure_blob_storage' => [ 'az_blob' => [
'driver' => 'azure_blob_storage', 'driver' => 'azure_blob_storage',
'config' => [ 'config' => [
'name' => '<your account name>', 'name' => '<your account name>',
...@@ -60,7 +60,7 @@ $settings['flysystem'] = $schemes; ...@@ -60,7 +60,7 @@ $settings['flysystem'] = $schemes;
``` ```
To support serving JS and CSS settings, add `serve_js => TRUE` and / or To support serving JS and CSS settings, add `serve_js => TRUE` and / or
`serve_css => TRUE` depending on your requirements to the `azure` key in the `serve_css => TRUE` depending on your requirements to the `az_blob` key in the
`$schemes` array. `$schemes` array.
## Maintainers ## Maintainers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment