blob: 262eae290f02685f0cf578b19377c18b4168db2d (
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.10-app"
}
},
"listeners": {
"*:8500": {
"application": "example_go"
}
}
}
|