aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/app.ini
blob: bbf2943193eb088983668f0653dd29c86c1a2e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[uwsgi]
ini = :pal

[pal]
module = wsgi:app

processes = 2
threads = 2
plugin = python3

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

die-on-term = true