45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"IP": "${ip}",
|
|
"Port": "7070",
|
|
"Context": "",
|
|
"Server": "{IP}:{Port}",
|
|
"StaticServer": "",
|
|
"LogLevel": "info",
|
|
"Channel": "ws://{IP}:{Port}",
|
|
"HTTPSessionMaxAge": 86400,
|
|
"StaticResourceVersion": "${time}",
|
|
"MaxProcs": 4,
|
|
"RuntimeMode": "dev",
|
|
"WD": "${pwd}",
|
|
"Locale": "en_US",
|
|
"Users": [
|
|
{
|
|
"Name": "admin",
|
|
"Password": "admin",
|
|
"Email": "",
|
|
"Gravatar": "",
|
|
"Workspace": "${GOPATH}",
|
|
"Locale": "en_US",
|
|
"GoFormat": "gofmt",
|
|
"FontFamily": "Helvetica",
|
|
"FontSize": "13px",
|
|
"Theme": "default",
|
|
"Editor": {
|
|
"FontFamily": "Consolas, 'Courier New', monospace",
|
|
"FontSize": "13px",
|
|
"LineHeight": "17px",
|
|
"Theme": "wide",
|
|
"TabSize": "4"
|
|
},
|
|
"LatestSessionContent": {
|
|
"FileTree": [
|
|
"D:\\GoGoGo\\src",
|
|
"D:\\GoGoGo\\src\\demo",
|
|
"D:\\GoGoGo\\src\\hello"
|
|
],
|
|
"Files": [],
|
|
"CurrentFile": ""
|
|
}
|
|
}
|
|
]
|
|
} |