summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-10 19:44:35 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-10 19:44:35 +0300
commit3c46cb2ec6d38157c4659cddd7616e2fe4926748 (patch)
tree2c4b87bff9e29e3c5301d27804f4f90394909bcf
parent02eefdaf87eedf6c5051c7f50310d1d90b08b09e (diff)
downloadqvisqve-3c46cb2ec6d38157c4659cddd7616e2fe4926748.tar.gz
Change: make sure start_qvisqve and debug.yaml allow start
-rw-r--r--debug.yaml2
-rwxr-xr-xstart_qvisqve2
2 files changed, 3 insertions, 1 deletions
diff --git a/debug.yaml b/debug.yaml
index d7ce25d..de356c9 100644
--- a/debug.yaml
+++ b/debug.yaml
@@ -1,3 +1,5 @@
+store: tmp.store
+gunicorn-port: 12765
gunicorn: no
clients:
test-client:
diff --git a/start_qvisqve b/start_qvisqve
index 2b9e451..4f054c6 100755
--- a/start_qvisqve
+++ b/start_qvisqve
@@ -78,7 +78,7 @@ run_gunicorn()
config="$1"
gunicorn="$(get "$config" gunicorn)"
case "$gunicorn" in
- no)
+ no|False)
run_bottle "$config"
;;
yes|True|background)