wide/conf/wide.json

15 lines
389 B
JSON
Raw Normal View History

2014-08-18 17:45:43 +04:00
{
2019-05-16 19:41:52 +03:00
"Server": "http://127.0.0.1:7070",
2015-09-26 13:17:28 +03:00
"LogLevel": "debug",
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}",
2015-02-13 04:59:51 +03:00
"Locale": "en_US",
2015-03-15 07:11:23 +03:00
"Playground": "${home}/playground",
2019-05-16 07:19:26 +03:00
"Users": "conf/users",
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
}