Set upload size limits explicitly
Some checks failed
Deploy to Fighter / Deploy (push) Failing after 1s
Deploy to Fighter / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-05-20 22:02:14 -07:00
parent cdcb6be5c0
commit 5572492187

View File

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