wide/conf/wide.json

45 lines
1.2 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-11-18 08:34:13 +03:00
"Port": "7070",
2014-12-11 10:32:24 +03:00
"Context": "",
2014-11-18 08:34:13 +03:00
"Server": "{IP}:{Port}",
2014-11-18 07:27:30 +03:00
"StaticServer": "",
2014-12-13 13:47:41 +03:00
"LogLevel": "info",
2014-12-11 10:32:24 +03:00
"Channel": "ws://{IP}:{Port}",
2014-10-13 12:35:31 +04:00
"HTTPSessionMaxAge": 86400,
"StaticResourceVersion": "${time}",
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}",
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-12-08 09:02:39 +03:00
"Email": "",
2014-12-14 05:19:23 +03:00
"Gravatar": "",
"Workspace": "${GOPATH}",
2014-10-27 18:03:09 +03:00
"Locale": "en_US",
2014-11-17 09:44:04 +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-12-02 06:45:52 +03:00
"Theme": "default",
2014-11-01 12:33:22 +03:00
"Editor": {
2014-11-02 05:39:33 +03:00
"FontFamily": "Consolas, 'Courier New', monospace",
"FontSize": "13px",
2014-11-30 05:18:17 +03:00
"LineHeight": "17px",
2014-12-02 06:45:52 +03:00
"Theme": "wide",
2014-12-01 10:19:56 +03:00
"TabSize": "4"
2014-11-01 12:33:22 +03:00
},
2014-09-22 19:13:07 +04:00
"LatestSessionContent": {
2014-12-11 10:32:24 +03:00
"FileTree": [
"D:\\GoGoGo\\src",
"D:\\GoGoGo\\src\\demo",
"D:\\GoGoGo\\src\\hello"
],
2014-12-02 06:31:16 +03:00
"Files": [],
"CurrentFile": ""
2014-09-22 19:13:07 +04:00
}
2014-11-12 09:49:14 +03:00
}
2014-08-31 14:50:38 +04:00
]
}