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