recipie for anyx/login-gate-bundle

This commit is contained in:
Aleksandr Klimenkov
2020-03-08 23:34:18 +03:00
parent b1eab1332c
commit c5e59097a2
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,7 @@
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
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Anyx\\LoginGateBundle\\LoginGateBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}