47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"IP": "${ip}",
|
|
"Server": "{IP}:7070",
|
|
"StaticServer": "",
|
|
"EditorChannel": "ws://{IP}:7070",
|
|
"OutputChannel": "ws://{IP}:7070",
|
|
"ShellChannel": "ws://{IP}:7070",
|
|
"SessionChannel": "ws://{IP}:7070",
|
|
"HTTPSessionMaxAge": 86400,
|
|
"StaticResourceVersion": "201411171800",
|
|
"MaxProcs": 4,
|
|
"RuntimeMode": "dev",
|
|
"WD": "${pwd}",
|
|
"Locale": "en_US",
|
|
"Users": [
|
|
{
|
|
"Name": "admin",
|
|
"Password": "admin",
|
|
"Workspace": "${GOPATH}",
|
|
"Locale": "en_US",
|
|
"GoFormat": "gofmt",
|
|
"FontFamily": "Helvetica",
|
|
"FontSize": "13px",
|
|
"Editor": {
|
|
"FontFamily": "Consolas, 'Courier New', monospace",
|
|
"FontSize": "13px",
|
|
"LineHeight": "17px"
|
|
},
|
|
"LatestSessionContent": {
|
|
"FileTree": [
|
|
"E:\\Work\\go\\src",
|
|
"E:\\Work\\go\\src\\code.google.com\\p",
|
|
"E:\\Work\\go\\src\\code.google.com\\p\\go.net",
|
|
"E:\\Work\\go\\src\\github.com",
|
|
"E:\\Work\\go\\src\\github.com\\88250",
|
|
"E:\\Work\\go\\src\\github.com\\88250\\gohtml"
|
|
],
|
|
"Files": [
|
|
"E:\\Work\\go\\src\\github.com\\88250\\gohtml\\consts.go",
|
|
"E:\\Work\\go\\src\\github.com\\88250\\gohtml\\doc.go",
|
|
"E:\\Work\\go\\src\\github.com\\88250\\gohtml\\formatter.go"
|
|
],
|
|
"CurrentFile": "E:\\Work\\go\\src\\github.com\\88250\\gohtml\\formatter.go"
|
|
}
|
|
}
|
|
]
|
|
} |