aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
blob: 9f584f6b1fe84085c75f06238ef873609bafa0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# APP
API_DEBUG=False
DB_NAME=heroes  # changeme
DB_HOST=127.0.0.1
DB_PORT=27017
DB_USER=root
DB_PASS=example  # changeme
DB_AUTH=admin  # changeme
JWT_SECRET_KEY=eo7aiHie4aeth4eteeho7ahC7yeetohsi7a  # changeme
USER_ENABLE_REGISTER=True  # changeme

# GUNICORN
GUNICORN_TIMEOUT=30
GUNICORN_NUM_WORKERS=4