Closed herbdool closed 2 years ago
From https://pantheon.io/docs/tmp#default-temporary-path, we should add something like this to settings.php:
/** * Define appropriate location for tmp directory */ if (isset($_ENV['PANTHEON_ENVIRONMENT'])) { $conf['file_temporary_path'] = $_SERVER['HOME'] .'/tmp'; }
And should do the same for public files and show how to to do it for private file directory.
I think this should be possible since 1.16.
From https://pantheon.io/docs/tmp#default-temporary-path, we should add something like this to settings.php:
And should do the same for public files and show how to to do it for private file directory.