From bc05b074dd689505df1deaa3e0bb5d7f8d02f435 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Fri, 24 Aug 2018 14:49:50 -0400 Subject: [PATCH] Relocate config for local --- provisioning/box/post-tasks/templates/settings.local.php.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/box/post-tasks/templates/settings.local.php.j2 b/provisioning/box/post-tasks/templates/settings.local.php.j2 index 7680b52..fb9d3e3 100644 --- a/provisioning/box/post-tasks/templates/settings.local.php.j2 +++ b/provisioning/box/post-tasks/templates/settings.local.php.j2 @@ -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 }}';