Files
docker-airsignal/config.json
Vatsal Ambastha 45e609df64 Add server files
2021-05-28 18:57:48 +05:30

14 lines
198 B
JSON

{
"httpConfig":
{
"port": 12776
},
"maxPayload":
16777216,
"apps": [
{
"name": "Main",
"path": "/"
}
]
}