2016-09-13 18:20:44 +03:00
|
|
|
{
|
|
|
|
"url": "http://localhost:2368",
|
|
|
|
"server": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 2368
|
|
|
|
},
|
|
|
|
"privacy": false,
|
|
|
|
"paths": {
|
2016-09-13 23:24:57 +03:00
|
|
|
"contentPath": "content/"
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
|
|
|
"storage": {
|
|
|
|
"active": {
|
|
|
|
"images": "local-file-store"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scheduling": {
|
|
|
|
"active": "SchedulingDefault"
|
2016-09-30 14:45:59 +03:00
|
|
|
},
|
2016-10-04 18:33:43 +03:00
|
|
|
"logging": {
|
|
|
|
"level": "info",
|
2016-10-25 14:17:43 +03:00
|
|
|
"rotation": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
2016-10-04 18:33:43 +03:00
|
|
|
"transports": ["stdout"]
|
2016-11-08 14:33:19 +03:00
|
|
|
},
|
|
|
|
"spam": {
|
|
|
|
"user_login": {
|
|
|
|
"minWait": 600000,
|
|
|
|
"maxWait": 604800000,
|
|
|
|
"freeRetries": 4
|
|
|
|
},
|
|
|
|
"user_reset": {
|
|
|
|
"minWait": 3600000,
|
|
|
|
"maxWait": 3600000,
|
|
|
|
"lifetime": 3600,
|
|
|
|
"freeRetries": 4
|
|
|
|
},
|
|
|
|
"global_reset": {
|
|
|
|
"minWait": 3600000,
|
|
|
|
"maxWait": 3600000,
|
|
|
|
"lifetime": 3600,
|
|
|
|
"freeRetries":4
|
|
|
|
},
|
|
|
|
"global_block": {
|
|
|
|
"minWait": 3600000,
|
|
|
|
"maxWait": 3600000,
|
|
|
|
"lifetime": 3600,
|
|
|
|
"freeRetries":99
|
|
|
|
},
|
|
|
|
"private_block": {
|
|
|
|
"minWait": 3600000,
|
|
|
|
"maxWait": 3600000,
|
|
|
|
"lifetime": 3600,
|
|
|
|
"freeRetries":99
|
|
|
|
}
|
2016-09-13 18:20:44 +03:00
|
|
|
}
|
|
|
|
}
|