{ "Server": "{IP}:7070", "StaticServer": "http://{IP}:7070", "EditorChannel": "ws://{IP}:7070", "OutputChannel": "ws://{IP}:7070", "ShellChannel": "ws://{IP}:7070", "SessionChannel": "ws://{IP}:7070", "HTTPSessionMaxAge": 86400, "StaticResourceVersion": "201409032040", "MaxProcs": 4, "RuntimeMode": "dev", "Pwd": "{pwd}", "Workspace": "{pwd}/data/workspace", "Locale": "en_US", "Users": [ { "Name": "admin", "Password": "admin", "Workspace": "{pwd}/data/user_workspaces/admin", "Locale": "en_US", "LatestSessionContent": { "FileTree": [ "E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest", "E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time" ], "Files": [ "E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time\\main.go" ], "CurrentFile": "E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time\\main.go" } } ] }