mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"anyx/login-gate-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Anyx\\LoginGateBundle\\LoginGateBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/login_gate.yaml": {
|
|
"contents": [
|
|
"login_gate:",
|
|
" storages: ['session'] # Attempts storage engine. Available engines: ['orm', 'session', 'mongodb']",
|
|
" options:",
|
|
" max_count_attempts: 3",
|
|
" timeout: 600 # Ban period (in seconds ... 600 = 10 minutes)",
|
|
" watch_period: 3600",
|
|
"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "49f0e34d3f1059f8985e8e56e4b5e2b08e5fc79b"
|
|
}
|
|
}
|
|
}
|