Remove hash salt for vm
This commit is contained in:
parent
64ed0db900
commit
28498860f8
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ $settings['trusted_host_patterns'] = array(
|
||||||
'^(.*\.)*{{ vagrant_hostname|default("*")|replace(".", "\.") }}$'
|
'^(.*\.)*{{ vagrant_hostname|default("*")|replace(".", "\.") }}$'
|
||||||
);
|
);
|
||||||
|
|
||||||
$settings['hash_salt'] = '{{ hash_salt }}';
|
|
||||||
|
|
||||||
$config['system.performance']['css']['preprocess'] = FALSE;
|
$config['system.performance']['css']['preprocess'] = FALSE;
|
||||||
$config['system.performance']['js']['preprocess'] = FALSE;
|
$config['system.performance']['js']['preprocess'] = FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue