2024-03-10 18:52:15 -07:00
|
|
|
# Configured variables
|
2024-03-10 17:51:47 -07:00
|
|
|
MFA_TOTP_ENABLED=true
|
|
|
|
WEBSITE_SHOW_FILES_PER_USER=true
|
|
|
|
WEBSITE_TITLE=Jafner.net
|
2024-03-10 18:52:15 -07:00
|
|
|
CORE_RETURN_HTTPS=true
|
2024-03-10 17:51:47 -07:00
|
|
|
CORE_HOST=0.0.0.0
|
|
|
|
CORE_PORT=3000
|
|
|
|
CORE_LOGGER=true
|
2024-05-20 21:01:51 -07:00
|
|
|
UPLOADER_ASSUME_MIMETYPES=true
|
2024-05-20 21:14:16 -07:00
|
|
|
DATASOURCE_TYPE=local
|
|
|
|
DATASOURCE_LOCAL_DIRECTORY=/uploads
|
2024-05-20 22:02:14 -07:00
|
|
|
UPLOADER_ADMIN_LIMIT=25gb
|
|
|
|
UPLOADER_USER_LIMIT=100mb
|
2024-03-10 18:52:15 -07:00
|
|
|
|
|
|
|
# Configured secret variables
|
|
|
|
#CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]
|
|
|
|
#CORE_SECRET
|