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": "",
|
2015-09-26 13:17:28 +03:00
|
|
|
"LogLevel": "debug",
|
2014-12-11 10:32:24 +03:00
|
|
|
"Channel": "ws://{IP}:{Port}",
|
2014-10-13 12:35:31 +04:00
|
|
|
"HTTPSessionMaxAge": 86400,
|
2014-11-18 11:56:33 +03:00
|
|
|
"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}",
|
2015-02-13 04:59:51 +03:00
|
|
|
"Locale": "en_US",
|
2015-03-15 07:11:23 +03:00
|
|
|
"Playground": "${home}/playground",
|
2016-12-14 13:19:18 +03:00
|
|
|
"UsersWorkspaces": "${WD}/workspaces",
|
2015-06-14 09:43:09 +03:00
|
|
|
"AllowRegister": true,
|
|
|
|
"Autocomplete": true
|
2014-08-31 14:50:38 +04:00
|
|
|
}
|