partitioncloud-server/default_config.py

10 lines
320 B
Python
Raw Normal View History

2022-08-30 18:18:38 +02:00
# Should be copied to ../instance folder to override some values
# WARNING: Be sure not to leave spaces around `=` because this
# Config file will be used both by Python and Bash
# Generate with `python -c 'import secrets; print(secrets.token_hex())'`
SECRET_KEY="dev"
# Port to run on
2022-10-25 18:45:08 +02:00
PORT="5000"
MAX_ONLINE_QUERIES=3