Set upload size limits explicitly

This commit is contained in:
Joey Hafner 2024-05-20 22:02:14 -07:00
parent 0f16d8b663
commit 4410150e43

View File

@ -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]