1{ 2 "applications": { 3 "example_go": { 4 "type": "go", 5 "user": "nobody", 6 "executable": "/tmp/go-app" 7 } 8 }, 9 10 "listeners": { 11 "*:8500": { 12 "application": "example_go" 13 } 14 } 15} 16