We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I think this should be possible since 1.16.
Sorry, something went wrong.
Issue #34 set temporary path
ca4ccfa
Issue #34 set temporary, public file, and optional private file
8a4c107
paths.
Update settings. Merge pull request #64 from backdrop-ops/update-sett…
83ab755
…ings Fixes #58, #62, #46, and #34.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: