Remove hash salt for vm

This commit is contained in:
Chris Thompson 2018-08-22 17:29:30 -04:00
parent 64ed0db900
commit 28498860f8

View file

@ -18,8 +18,6 @@ $settings['trusted_host_patterns'] = array(
'^(.*\.)*{{ vagrant_hostname|default("*")|replace(".", "\.") }}$'
);
$settings['hash_salt'] = '{{ hash_salt }}';
$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;