Merge "contexts/node: default to pod.yaml"
[yardstick.git] / api / yardstick.ini
1 [uwsgi]
2 master = true
3 debug = true
4 chdir = /home/opnfv/repos/yardstick/api
5 module = server
6 plugins = python
7 processes = 10
8 threads = 5
9 async = true
10 max-requests = 5000
11 chmod-socket = 666
12 callable = app
13 enable-threads = true
14 close-on-exec = 1
15 daemonize=/home/kklt/kklt/api/uwsgi.log
16 socket = /home/opnfv/repos/yardstick/api/yardstick.sock