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

Update temp path setting to work with Drupal 8.8+

parent fab42fe1
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,12 @@ $settings['update_free_access'] = FALSE;
$settings['container_yamls'][] = __DIR__ . '/services.yml';
$settings['file_public_path'] = 'sites/default/files';
$settings['file_private_path'] = 'sites/default/private';
$settings['file_temp_path'] = '/tmp';
$settings['hash_salt'] = '{{ hash }}';
$settings['trusted_host_patterns'] = array(
'^www\.example\.com$',
);
$config['system.file']['path']['temporary'] = '/tmp';
$config_directories['sync'] = 'sites/default/files/config/sync';
if (file_exists(__DIR__ . '/settings.local.php')) {
......
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