Merge branch 'master' of https://dev.danilafe.com/CS-46X/server
This commit is contained in:
commit
e497686460
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