aboutsummaryrefslogtreecommitdiff
path: root/utils/rundebug.sh
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-11-12 22:36:30 +0000
committerrubenwardy <rw@rubenwardy.com>2019-11-12 22:36:30 +0000
commit904e09f0ddfcec987f74536d2bfac9eedc058b36 (patch)
tree0f5b06240aeb75525d9edd00806950041ea470a7 /utils/rundebug.sh
parent038ef5b73986cbc9ca0b1c715eb664cde6e4e45d (diff)
downloadcheatdb-904e09f0ddfcec987f74536d2bfac9eedc058b36.tar.xz
Create utils folder
Diffstat (limited to 'utils/rundebug.sh')
-rwxr-xr-xutils/rundebug.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/rundebug.sh b/utils/rundebug.sh
new file mode 100755
index 0000000..31e9137
--- /dev/null
+++ b/utils/rundebug.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=1 python3 -m flask run -h 0.0.0.0 -p 5123