Configure config_exclude
This commit is contained in:
parent
24f9557881
commit
83c0601940
|
@ -37,3 +37,8 @@ drupal_settings:
|
||||||
sync: ../config/sync
|
sync: ../config/sync
|
||||||
trusted_hosts:
|
trusted_hosts:
|
||||||
- '^d8\.oliverdavies\.uk$'
|
- '^d8\.oliverdavies\.uk$'
|
||||||
|
extra_parameters: |
|
||||||
|
$settings['config_exclude_modules'] = [
|
||||||
|
'devel',
|
||||||
|
'stage_file_proxy',
|
||||||
|
];
|
||||||
|
|
Loading…
Reference in a new issue