wide/conf/wide.json

20 lines
516 B
JSON
Raw Normal View History

2014-08-18 17:45:43 +04:00
{
"Server": "{IP}:7070",
"StaticServer": "http://{IP}:7070",
"EditorChannel": "ws://{IP}:7070",
"OutputChannel": "ws://{IP}:7070",
"ShellChannel": "ws://{IP}:7070",
2014-09-03 16:48:53 +04:00
"StaticResourceVersion": "201409032040",
2014-08-18 17:45:43 +04:00
"ContextPath": "",
"StaticPath": "",
2014-09-02 18:57:30 +04:00
"MaxProcs": 4,
2014-08-18 17:45:43 +04:00
"RuntimeMode": "dev",
2014-09-05 07:07:29 +04:00
"Workspace": "{pwd}/data/workspace",
"UserWorkspaces": "{pwd}/data/user_workspaces",
2014-08-31 14:50:38 +04:00
"Users": [
{
"Name": "admin",
"Password": "admin"
}
]
}