{
	"applications": {
		"example_go": {
			"type": "external",
			"user": "nobody",
			"executable": "/tmp/go-app"
		}
	},

	"listeners": {
		"*:8500": {
			"pass": "applications/example_go"
		}
	}
}