Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
uWSGI / examples / werkzeug.js
Size: Mime:
{
	"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
	}
}