feat(docs): Unify path in cdash
[csit.git] / csit.infra.dash / app / app.ini
1 [uwsgi]
2 ini = :cdash
3 py-autoreload = 0
4 static-index = index.html
5 static-map = /cdocs/=/var/app/current/cdocs/
6
7 [cdash]
8 strict = true
9 master = true
10 enable-threads = true
11 single-interpreter = true
12
13 module = wsgi:app
14 master-fifo = /tmp/masterfifo
15 lazy = True
16 lazy-apps = true
17 touch-chain-reload
18 listen = 128
19 http-socket = :5000
20 socket = /tmp/app.sock
21 chmod-socket = 666
22
23 disable-logging = true
24 log-4xx = true
25 log-5xx = true
26
27 workers = 1
28 threads = 8
29 plugin = python3