Skip to content
Snippets Groups Projects
Commit 670774b7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Now able to set temp path in D8 settings.php

parent 636951bf
Branches
No related tags found
No related merge requests found
......@@ -45,9 +45,7 @@ $settings['trusted_host_patterns'] = array(
{% endfor %}
);
# TODO: The following doesn't work yet
# TODO: Make sure that inside jail we point to '/tmp' directly
$config['system.file']['path.temporary'] = '{% if drupal.jail is defined %}{{ jailroot }}/{{ drupal.jail.name }}{% endif %}/tmp';
$config['system.file']['path']['temporary'] = '{% if drupal.jail is defined %}{{ jailroot }}/{{ drupal.jail.name }}{% endif %}/tmp';
{% for directory in drupal_config_directories %}
$config_directories['{{ directory }}'] = 'sites/{{ item.shortname|default("default") }}/files/{{ item.config|default("config") }}/{{ directory }}';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment