From 3c46cb2ec6d38157c4659cddd7616e2fe4926748 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 10 Sep 2018 19:44:35 +0300 Subject: Change: make sure start_qvisqve and debug.yaml allow start --- debug.yaml | 2 ++ start_qvisqve | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1