final adjustments before push

This commit is contained in:
lza_menace 2020-10-18 01:26:52 -07:00
parent d7347a8632
commit 1ba4e1f60e
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
BASE=data/gunicorn
source .venv/bin/activate
export FLASK_APP=nodes/app.py
export FLASK_APP=xmrnodes/app.py
export FLASK_SECRETS=config.py
export FLASK_DEBUG=0
export FLASK_ENV=production
@ -11,7 +11,7 @@ export FLASK_ENV=production
mkdir -p $BASE
gunicorn \
--bind 0.0.0.0:4000 "nodes.app:app" \
--bind 127.0.0.1:4000 "xmrnodes.app:app" \
--daemon \
--log-file $BASE/gunicorn.log \
--pid $BASE/gunicorn.pid \

View File

@ -3,3 +3,4 @@ flask
peewee
gunicorn
arrow
flask_wtf