blob: f465addce7bc9b36b483c5278def1a894365cef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"uwsgi": {
"http": ":8080",
"workers": 8,
"module": "werkzeug.testapp:test_app",
"master": true,
"socket": [ "/tmp/uwsgi.sock", "127.0.0.1:3031", "@foobar" ],
"pythonpath": [ "/foo", "/bar" ],
"show-config": true
}
}
|