Skip to content

Commit

Permalink
Provide temp files location in default local settings. (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
CashWilliams authored and grasmash committed Jun 21, 2016
1 parent b83dc02 commit a261919
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions template/docroot/sites/default/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,16 @@
* using these parameters in a request to rebuild.php.
*/
$settings['rebuild_access'] = TRUE;

/**
* Temporary file path:
*
* A local file system path where temporary files will be stored. This
* directory should not be accessible over the web.
*
* Note: Caches need to be cleared when this value is changed.
*
* See https://www.drupal.org/node/1928898 for more information
* about global configuration override.
*/
$config['system.file']['path']['temporary'] = '/tmp';

0 comments on commit a261919

Please sign in to comment.