Enhance flavors
This commit is contained in:
parent
450d82abf4
commit
01d9e07d10
1 changed files with 3 additions and 1 deletions
|
@ -25,4 +25,6 @@ $config_directories = array(
|
||||||
CONFIG_SYNC_DIRECTORY => '../custom/config/sync',
|
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$';
|
||||||
|
|
Loading…
Reference in a new issue