20 lines
516 B
JSON
20 lines
516 B
JSON
{
|
|
"Server": "{IP}:7070",
|
|
"StaticServer": "http://{IP}:7070",
|
|
"EditorChannel": "ws://{IP}:7070",
|
|
"OutputChannel": "ws://{IP}:7070",
|
|
"ShellChannel": "ws://{IP}:7070",
|
|
"StaticResourceVersion": "201409032040",
|
|
"ContextPath": "",
|
|
"StaticPath": "",
|
|
"MaxProcs": 4,
|
|
"RuntimeMode": "dev",
|
|
"Workspace": "{pwd}/data/workspace",
|
|
"UserWorkspaces": "{pwd}/data/user_workspaces",
|
|
"Users": [
|
|
{
|
|
"Name": "admin",
|
|
"Password": "admin"
|
|
}
|
|
]
|
|
} |