Skip to content
Snippets Groups Projects
Commit 4c9f97ff authored by jurgenhaas's avatar jurgenhaas
Browse files
parent 392140f6
No related branches found
No related tags found
1 merge request!229Merging develop into main
...@@ -31,6 +31,7 @@ $settings['file_temp_path'] = '/tmp'; ...@@ -31,6 +31,7 @@ $settings['file_temp_path'] = '/tmp';
$settings['file_assets_path'] = '{{ file_assets_path }}'; $settings['file_assets_path'] = '{{ file_assets_path }}';
{% endif %} {% endif %}
$settings['hash_salt'] = '{{ hash }}'; $settings['hash_salt'] = '{{ hash }}';
$settings['state_cache'] = TRUE;
$settings['trusted_host_patterns'] = [ $settings['trusted_host_patterns'] = [
'^{{ domain }}$', '^{{ domain }}$',
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment