xref: /unit/pkg/rpm/rpmbuild/SOURCES/unit.example-go-config (revision 804:fe8d2dea28dd)
1{
2	"applications": {
3		"example_go": {
4			"type": "external",
5			"user": "nobody",
6			"executable": "/tmp/go-app"
7		}
8	},
9
10	"listeners": {
11		"*:8500": {
12			"application": "example_go"
13		}
14	}
15}
16