14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"id": "webtty",
|
|
"layer": "core",
|
|
"enabled": true,
|
|
"manager": "systemd",
|
|
"ports": { "http": 7681 },
|
|
"env": {
|
|
"ENABLE_WEBTTY": "1",
|
|
"WEBTTY_PORT": "7681",
|
|
"WEBTTY_USER": "live",
|
|
"WEBTTY_PASS": "12345678"
|
|
}
|
|
}
|