wide/conf/wide.json

19 lines
491 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",
"StaticResourceVersion": "",
"ContextPath": "",
"StaticPath": "",
"RuntimeMode": "dev",
2014-09-02 13:19:34 +04:00
"Repos": "{pwd}/data/workspace/src",
"UserRepos": "{pwd}/data/user_workspaces/{user}/src",
2014-08-31 14:50:38 +04:00
"Users": [
{
"Name": "admin",
"Password": "admin"
}
]
}