homelab/fighter/config/zipline/zipline.env
Joey Hafner 5572492187
Some checks failed
Deploy to Fighter / Deploy (push) Failing after 1s
Deploy to Fighter / Notify (push) Successful in 2s
Set upload size limits explicitly
2024-05-20 22:02:14 -07:00

18 lines
461 B
Bash

# Configured variables
MFA_TOTP_ENABLED=true
WEBSITE_SHOW_FILES_PER_USER=true
WEBSITE_TITLE=Jafner.net
CORE_RETURN_HTTPS=true
CORE_HOST=0.0.0.0
CORE_PORT=3000
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]
#CORE_SECRET