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",
|
2014-08-31 14:50:38 +04:00
|
|
|
"Users": [
|
|
|
|
{
|
|
|
|
"Name": "admin",
|
|
|
|
"Password": "admin"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|