summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go-config
blob: 6ee4d001c3c9882ca8542f6c86cd3bc39900f16e (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/go-app"
		}
	},

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