summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go-config
blob: 079ce0b82d3e0900bcb9b37863a08c0bdbca9109 (plain) (tree)
1
2
3
4


                               
                                           










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

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