From 1ba4e1f60e4ebe71a94af01b3089a7c2b3e3c070 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sun, 18 Oct 2020 01:26:52 -0700 Subject: [PATCH] final adjustments before push --- bin/prod | 4 ++-- requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/prod b/bin/prod index f783b69..3319b65 100755 --- a/bin/prod +++ b/bin/prod @@ -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 \ diff --git a/requirements.txt b/requirements.txt index 4acc5ac..6e9873d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ flask peewee gunicorn arrow +flask_wtf