18 lines
459 B
JSON
18 lines
459 B
JSON
{
|
|
"Server": "{IP}:7070",
|
|
"StaticServer": "http://{IP}:7070",
|
|
"EditorChannel": "ws://{IP}:7070",
|
|
"OutputChannel": "ws://{IP}:7070",
|
|
"ShellChannel": "ws://{IP}:7070",
|
|
"StaticResourceVersion": "201409032040",
|
|
"MaxProcs": 4,
|
|
"RuntimeMode": "dev",
|
|
"Pwd": "{pwd}",
|
|
"Users": [
|
|
{
|
|
"Name": "admin",
|
|
"Password": "admin",
|
|
"Workspace": "{pwd}/data/user_workspaces/admin"
|
|
}
|
|
]
|
|
} |