blob: 3c7391c648eeea651f9cf2e86a9682e2453c22dc [file] [log] [blame]
{
"schemaVersion": "2.1",
"application": {
"name": "LISTENER",
"exportGroups": [
{
"name": "Servers",
"exports": [
{
"name": "host_port",
"value": "${LISTEN_HOST}:${site.global.port}"
}
]
}
],
"components": [
{
"name": "LISTEN",
"compExports": "Servers-host_port",
"commands": [
{
"exec": "nc -l {$conf:@//site/global/port}"
}
]
}
]
}
}