mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 21:15:17 +08:00
Modify code organization
This commit is contained in:
7
cmdb-api/.env
Normal file
7
cmdb-api/.env
Normal file
@@ -0,0 +1,7 @@
|
||||
# Environment variable overrides for local development
|
||||
FLASK_APP=autoapp.py
|
||||
FLASK_DEBUG=1
|
||||
FLASK_ENV=development
|
||||
GUNICORN_WORKERS=2
|
||||
LOG_LEVEL=debug
|
||||
SECRET_KEY='<YourSecretKey>'
|
Reference in New Issue
Block a user