aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/app.ini
diff options
context:
space:
mode:
Diffstat (limited to 'csit.infra.dash/app/app.ini')
-rw-r--r--csit.infra.dash/app/app.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/csit.infra.dash/app/app.ini b/csit.infra.dash/app/app.ini
new file mode 100644
index 0000000000..8f41a1db7b
--- /dev/null
+++ b/csit.infra.dash/app/app.ini
@@ -0,0 +1,30 @@
+[uwsgi]
+ini = :cdash
+py-autoreload = 0
+static-index = index.html
+static-map = /cdocs/=/var/app/current/cdocs/
+
+[cdash]
+strict = true
+master = true
+enable-threads = true
+single-interpreter = true
+
+module = wsgi:app
+master-fifo = /tmp/masterfifo
+lazy = True
+lazy-apps = true
+touch-chain-reload
+listen = 128
+http-socket = :5000
+socket = /tmp/app.sock
+chmod-socket = 666
+stats = :5001
+
+disable-logging = true
+log-4xx = true
+log-5xx = true
+
+workers = 1
+threads = 8
+plugin = python3