wide/conf/wide.json

41 lines
1.4 KiB
JSON
Raw Normal View History

2014-08-18 17:45:43 +04:00
{
2014-11-06 16:28:25 +03:00
"IP": "${ip}",
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",
2014-09-19 20:56:32 +04:00
"SessionChannel": "ws://{IP}:7070",
2014-10-13 12:35:31 +04:00
"HTTPSessionMaxAge": 86400,
2014-11-06 17:54:37 +03:00
"StaticResourceVersion": "201411062300",
2014-09-02 18:57:30 +04:00
"MaxProcs": 4,
2014-08-18 17:45:43 +04:00
"RuntimeMode": "dev",
2014-11-06 16:28:25 +03:00
"WD": "${pwd}",
"Workspace": "{WD}/data/workspace",
2014-10-27 18:03:09 +03:00
"Locale": "en_US",
2014-08-31 14:50:38 +04:00
"Users": [
{
"Name": "admin",
2014-09-13 12:50:18 +04:00
"Password": "admin",
2014-11-06 16:28:25 +03:00
"Workspace": "{WD}/data/user_workspaces/admin",
2014-10-27 18:03:09 +03:00
"Locale": "en_US",
2014-10-26 13:25:35 +03:00
"GoFormat": "gofmt",
2014-11-02 05:39:33 +03:00
"FontFamily": "Helvetica",
2014-11-02 05:58:13 +03:00
"FontSize": "13px",
2014-11-01 12:33:22 +03:00
"Editor": {
2014-11-02 05:39:33 +03:00
"FontFamily": "Consolas, 'Courier New', monospace",
"FontSize": "inherit"
2014-11-01 12:33:22 +03:00
},
2014-09-22 19:13:07 +04:00
"LatestSessionContent": {
2014-11-06 16:28:25 +03:00
"FileTree": [
"D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src",
"D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\time"
],
"Files": [
"D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\time\\main.go"
],
"CurrentFile": "D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\time\\main.go"
2014-09-22 19:13:07 +04:00
}
2014-08-31 14:50:38 +04:00
}
]
}