16 lines
199 B
Plaintext
16 lines
199 B
Plaintext
{
|
|
"applications": {
|
|
"example_go": {
|
|
"type": "external",
|
|
"user": "nobody",
|
|
"executable": "/tmp/go-app"
|
|
}
|
|
},
|
|
|
|
"listeners": {
|
|
"*:8500": {
|
|
"pass": "applications/example_go"
|
|
}
|
|
}
|
|
}
|