summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go1.8-config
blob: 551ec24e5b57a327f9757b5d3ce1ea565aafffce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"applications": {
		"example_go": {
			"type": "go",
			"user": "nobody",
			"executable": "/tmp/go1.8-app"
		}
	},

	"listeners": {
		"*:8500": {
			"application": "example_go"
		}
	}
}