slight cleanup

This commit is contained in:
2023-08-20 20:12:32 +03:00
parent 80bce10987
commit e92ab0cdbf
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ SQLITE=sqlite3
export FLASK_DATAFOLDER="/data"
export FLASK_DB="/data/flees.db"
export FLASK_CONF="/data/config.json"
export SERVER=gunicorn
export PID="flees.pid"
export WORKERS