aboutsummaryrefslogtreecommitdiff
path: root/runprod.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runprod.sh')
-rwxr-xr-xrunprod.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runprod.sh b/runprod.sh
index 9951516..c64450c 100755
--- a/runprod.sh
+++ b/runprod.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-FLASK_APP=app/__init__.py FLASK_CONFIG=../config.prod.cfg FLASK_DEBUG=0 python3 -m flask run -h 0.0.0.0 -p 5123
+FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=0 python3 -m flask run -h 0.0.0.0 -p 5123