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