Merge pull request #872

This commit is contained in:
symfony-flex-server[bot]
2020-03-11 23:11:03 +00:00
committed by GitHub
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%/"
}
}