aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/app.ini
blob: efbea3f13a3190e8e5bdca5c31e5086bb028f3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[uwsgi]
ini = :pal
py-autoreload = 0

[pal]
module = wsgi:app
master-fifo = /tmp/masterfifo
lazy = True
lazy-apps = True
touch-chain-reload
listen = 128

processes = 2
threads = 4
plugin = python3

master = true
http-socket = :5000
socket = /tmp/app.sock
chmod-socket = 666