add inlets back
This commit is contained in:
parent
4976cd8b93
commit
9b22419d2b
1
run.sh
1
run.sh
|
@ -6,5 +6,6 @@ fi
|
||||||
|
|
||||||
# Run the Flask and Python server through inlets
|
# Run the Flask and Python server through inlets
|
||||||
export DB_LOC=$3
|
export DB_LOC=$3
|
||||||
|
export FLASK_ENV=development
|
||||||
inlets client --remote=$1 --upstream=http://127.0.0.1:5000 --token=$2 &
|
inlets client --remote=$1 --upstream=http://127.0.0.1:5000 --token=$2 &
|
||||||
FLASK_APP=fgs flask run
|
FLASK_APP=fgs flask run
|
||||||
|
|
Loading…
Reference in New Issue
Block a user