feat(uti): Deploy tuning
[csit.git] / resources / tools / dash / app / app.ini
1 [uwsgi]
2 ini = :pal
3 py-autoreload = 0
4
5 [pal]
6 module = wsgi:app
7 master-fifo = /tmp/masterfifo
8 lazy = True
9 lazy-apps = True
10 touch-chain-reload
11 listen = 128
12
13 processes = 2
14 threads = 4
15 plugin = python3
16
17 master = true
18 http-socket = :5000
19 socket = /tmp/app.sock
20 chmod-socket = 666
21