12 lines
176 B
Plaintext
Executable File
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
|