nelson-cloud
Version:
nelson on the cloud
13 lines (12 loc) • 410 B
JSON
{
"PORT": 9090,
"INDEX_HTML": "../resources/index.html",
"LOCALHOST_IP": "http://127.0.0.1",
"MIN_NELSON_PORT": 10000,
"MAX_NELSON_PORT": 20000,
"USE_DOCKER": true,
"NELSON_APPLICATION": "nelson-sio-cli",
"NELSON_APPLICATION_PARAMETERS": ["--socketio"],
"DOCKER": "docker",
"DOCKER_PARAMETERS": ["run", "-t", "nelsonsoftware/nelson-sio-cli", "--socketio"]
}