This commit is contained in:
Danila Fedorin 2020-05-15 17:04:14 -07:00
commit e497686460
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -6,5 +6,6 @@ fi
# Run the Flask and Python server through inlets
export DB_LOC=$3
export FLASK_ENV=development
inlets client --remote=$1 --upstream=http://127.0.0.1:5000 --token=$2 &
FLASK_APP=fgs flask run