Files
2013-06-15 08:03:34 +02:00

12 lines
235 B
JavaScript

{
"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
}
}