Use the private file system by default. Document how to configure settings.php.

This commit is contained in:
Michael Stenta 2020-06-06 07:35:10 -04:00
parent b2aace5af6
commit 23f873b765
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
allow_insecure_uploads: false
default_scheme: private
temporary_maximum_age: 21600

View File

@ -28,3 +28,12 @@ database credentials:
## 3. Develop
Open the `www` directory in your favorite IDE.
## Optional
### Configure private filesystem
In order to upload files, the following line must be added to
`www/web/sites/default/settings.php`:
$settings['file_private_path'] = 'sites/default/private/files';