Jafner.net/homelab/fighter/config/zipline/zipline.env
Joey Hafner 6086222503
Reorganize root level of repo.
- Move homelab, Jafner.dev (now called blog) to root.
- Rename "archived projects" -> "archive"
- Rename "active projects" -> "projects"
- Rename "jafner-homebrew" -> "5ehomebrew"
- Rename "docker-llm-amd" -> "local-ai"
2024-07-16 12:17:55 -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