From 01d9e07d100a00c44ab163e5c5f1a29934ebb7de Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 23 Aug 2018 22:57:26 -0400 Subject: [PATCH] Enhance flavors --- provisioning/box/post-tasks/templates/settings.local.php.j2 | 4 +++- 1 file changed, 3 insertions(+), 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 e5fd2d7..7680b52 100644 --- a/provisioning/box/post-tasks/templates/settings.local.php.j2 +++ b/provisioning/box/post-tasks/templates/settings.local.php.j2 @@ -25,4 +25,6 @@ $config_directories = array( CONFIG_SYNC_DIRECTORY => '../custom/config/sync', ); -$config['system.site']['name'] = "{{ drupal_site_name }}"; +$config['system.site']['name'] = '{{ drupal_site_name }}'; + +$settings['hash_salt'] = 's@lt1s4SQLn0t4$na1l$';