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

Define public, private and temporary path for Drupal 8 sites

parent e59617d5
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,9 @@ $databases = array (
$settings['update_free_access'] = FALSE;
$settings['container_yamls'][] = __DIR__ . '/services.yml';
$settings['install_profile'] = 'standard';
$settings['file_public_path'] = 'sites/{{ item.shortname|default("default") }}/files';
$settings['file_private_path'] = 'sites/{{ item.shortname|default("default") }}/private';
$config['system.file']['path.temporary'] = '{% if drupal.jail is defined %}{{ jailroot }}/{{ drupal.jail.name }}{% endif %}/tmp';
$config_directories['sync'] = 'sites/{{ item.shortname|default("default") }}/files/{{ item.config }}/sync';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment