debian: force 0644 as mode for uploaded files (#30905)

This commit is contained in:
Frédéric Péters 2019-02-26 14:02:00 +01:00
parent 5264b1c6e0
commit 5fd3eb3998
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ EMAIL_USE_LOCALTIME = True
# option "--all-tenants".
DISABLE_CRON_JOBS = False
# mode for newly updated files
FILE_UPLOAD_PERMISSIONS = 0o644
LOGGING = {
'version': 1,
'disable_existing_loggers': True,