wide/conf/wide.json

15 lines
332 B
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}",
"Locale": "en_US"
2014-08-31 14:50:38 +04:00
}