From d7086057243fae8b911754b6652108127d9a177d Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Fri, 28 Apr 2017 21:18:16 +0300 Subject: [PATCH] Issue #2662646 by chera.jaswinder, philnguyen, Munavijayalakshmi, daften, fago, memtkmcc, colan, benjifisher, cilefen, britter, dagmar, tomogden, catch, robertloo, xjm, osopolar, wesleydv, YesCT, jhodgdon, xlin, dhopki12: Add the temporary files directory config to the example config overrides in default.settings.php --- sites/default/default.settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 2b2bdb70914b..1720d11e43bf 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -643,6 +643,7 @@ if ($settings['hash_salt']) { * configuration values in settings.php will not fire any of the configuration * change events. */ +# $config['system.file']['path']['temporary'] = '/tmp'; # $config['system.site']['name'] = 'My Drupal site'; # $config['system.theme']['default'] = 'stark'; # $config['user.settings']['anonymous'] = 'Visitor';