Set upload size limits explicitly
This commit is contained in:
parent
cdcb6be5c0
commit
5572492187
@ -9,6 +9,8 @@ CORE_LOGGER=true
|
|||||||
UPLOADER_ASSUME_MIMETYPES=true
|
UPLOADER_ASSUME_MIMETYPES=true
|
||||||
DATASOURCE_TYPE=local
|
DATASOURCE_TYPE=local
|
||||||
DATASOURCE_LOCAL_DIRECTORY=/uploads
|
DATASOURCE_LOCAL_DIRECTORY=/uploads
|
||||||
|
UPLOADER_ADMIN_LIMIT=25gb
|
||||||
|
UPLOADER_USER_LIMIT=100mb
|
||||||
|
|
||||||
# Configured secret variables
|
# Configured secret variables
|
||||||
#CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]
|
#CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]
|
||||||
|
Loading…
Reference in New Issue
Block a user