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-08-28 06:51:03 +04:00
|
|
|
"Repos": "{pwd}/data/repos/src",
|
2014-08-31 09:31:26 +04:00
|
|
|
"UserRepos": "{pwd}/data/user_repos/{user}/src",
|
|
|
|
"Users": [{
|
|
|
|
"Name": "daniel"
|
|
|
|
}, {
|
|
|
|
"Name": "vanessa"
|
|
|
|
}]
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|