Relocate config for local
This commit is contained in:
parent
2df12e4273
commit
bc05b074dd
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ $config['system.performance']['css']['preprocess'] = FALSE;
|
||||||
$config['system.performance']['js']['preprocess'] = FALSE;
|
$config['system.performance']['js']['preprocess'] = FALSE;
|
||||||
|
|
||||||
$config_directories = array(
|
$config_directories = array(
|
||||||
CONFIG_SYNC_DIRECTORY => '../custom/config/sync',
|
CONFIG_SYNC_DIRECTORY => '../config/sync',
|
||||||
);
|
);
|
||||||
|
|
||||||
$config['system.site']['name'] = '{{ drupal_site_name }}';
|
$config['system.site']['name'] = '{{ drupal_site_name }}';
|
||||||
|
|
Loading…
Reference in a new issue