summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go1.9-config
blob: ab026fb3d5ef396c8d0de9692c1b37b3d6cd6088 (plain) (tree)
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.9-app"
		}
	},

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