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

[pal]
module = wsgi:app

processes = 2
threads = 4
plugin = python3

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