Parse, check and generate the configuration
The configuration is defined in configproxy.py. Add new keys there. Use ./configproxy.py check to check the config validity. ./configproxy.py create to create an example config.
Showing
This diff is collapsed.
configproxy.py
0 → 100755
This diff is collapsed.
... | ... | @@ -21,7 +21,6 @@ flake8==3.5.0 |
Flask==0.12.2 | ||
Flask-Migrate==2.1.1 | ||
Flask-Script==2.0.6 | ||
Flask-SocketIO==2.9.3 | ||
Flask-SQLAlchemy==2.3.2 | ||
Flask-WTF==0.14.2 | ||
fuzzywuzzy==0.16.0 | ||
... | ... | @@ -60,6 +59,7 @@ regex==2018.2.8 |
requests==2.18.4 | ||
six==1.11.0 | ||
SQLAlchemy==1.2.3 | ||
SQLAlchemy-Utils==0.33.2 | ||
typing==3.6.4 | ||
tzlocal==1.5.1 | ||
urllib3==1.22 | ||
... | ... |
Please register or sign in to comment