Relocate config for local

This commit is contained in:
Chris Thompson 2018-08-24 14:49:50 -04:00
parent 2df12e4273
commit bc05b074dd

View file

@ -22,7 +22,7 @@ $config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;
$config_directories = array(
CONFIG_SYNC_DIRECTORY => '../custom/config/sync',
CONFIG_SYNC_DIRECTORY => '../config/sync',
);
$config['system.site']['name'] = '{{ drupal_site_name }}';