mirror of https://github.com/shunfei/cronsun
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
{
|
|
"BindAddr": ":7079",
|
|
"Auth": {
|
|
"Enabled": false
|
|
},
|
|
"Session": {
|
|
"StorePrefixPath": "/cronsun/sess/",
|
|
"CookieName": "uid",
|
|
"Expiration": 8640000
|
|
},
|
|
"#comment": "Delete the expired log (which store in mongodb) periodically",
|
|
"LogCleaner": {
|
|
"#comment": "if EveryMinute is 0, the LogCleaner will not run",
|
|
"EveryMinute": 0,
|
|
"ExpirationDays": 3
|
|
}
|
|
}
|