cronsun/conf/files/web.json.sample

19 lines
537 B
Plaintext
Raw Normal View History

2017-01-09 02:32:14 +00:00
{
2017-01-09 03:10:55 +00:00
"BindAddr": ":7079",
"Auth": {
"#Enabled": "set to true to open auth. default username and password is admin@admin.com/admin",
2018-09-21 01:39:40 +00:00
"Enabled": true
},
"Session": {
"StorePrefixPath": "/cronsun/sess/",
"CookieName": "cronsun_uid",
"Expiration": 8640000
2017-12-07 07:37:01 +00:00
},
"#comment": "Delete the expired log (which store in mongodb) periodically",
"LogCleaner": {
"#comment": "if EveryMinute is 0, the LogCleaner will not run",
2017-12-20 02:52:20 +00:00
"EveryMinute": 0,
2017-12-07 07:37:01 +00:00
"ExpirationDays": 3
}
2017-05-16 02:02:13 +00:00
}