36 lines
1016 B
JSON
36 lines
1016 B
JSON
{
|
|
"IP": "${ip}",
|
|
"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": "201411112300",
|
|
"MaxProcs": 4,
|
|
"RuntimeMode": "dev",
|
|
"WD": "${pwd}",
|
|
"Workspace": "${GOPATH}",
|
|
"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": "inherit"
|
|
},
|
|
"LatestSessionContent": {
|
|
"FileTree": [],
|
|
"Files": [],
|
|
"CurrentFile": ""
|
|
}
|
|
}
|
|
]
|
|
} |