wide/conf/wide.json

19 lines
491 B
JSON

{
"Server": "{IP}:7070",
"StaticServer": "http://{IP}:7070",
"EditorChannel": "ws://{IP}:7070",
"OutputChannel": "ws://{IP}:7070",
"ShellChannel": "ws://{IP}:7070",
"StaticResourceVersion": "",
"ContextPath": "",
"StaticPath": "",
"RuntimeMode": "dev",
"Repos": "{pwd}/data/workspace/src",
"UserRepos": "{pwd}/data/user_workspaces/{user}/src",
"Users": [
{
"Name": "admin",
"Password": "admin"
}
]
}