aboutsummaryrefslogtreecommitdiff
path: root/runprodguni.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 /runprodguni.sh
parent038ef5b73986cbc9ca0b1c715eb664cde6e4e45d (diff)
downloadcheatdb-904e09f0ddfcec987f74536d2bfac9eedc058b36.tar.xz
Create utils folder
Diffstat (limited to 'runprodguni.sh')
-rw-r--r--runprodguni.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/runprodguni.sh b/runprodguni.sh
deleted file mode 100644
index 68c6962..0000000
--- a/runprodguni.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-gunicorn -w 4 -b :5123 -e FLASK_APP=app/__init__.py -e FLASK_CONFIG=../config.cfg -e FLASK_DEBUG=0 app:app