obscreen/.env.dist
2024-08-08 02:07:14 +02:00

12 lines
176 B
Plaintext
Executable File

# Core
DEBUG=false
SECRET_KEY=ANY_SECRET_KEY_HERE
# Application Server
PORT=5000
BIND=0.0.0.0
EXTERNAL_STORAGE_MOUNTPOINT=%application_dir%/var/run/storage
# Misc
DEMO=false