wide/conf/wide.json

14 lines
380 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-08-28 06:51:03 +04:00
"Repos": "{pwd}/data/repos/src",
"UserRepos": "{pwd}/data/user_repos/{user}/src"
2014-08-18 17:45:43 +04:00
}