Add max.bad.login.attempts to sample props template

This commit is contained in:
Marko Milić 2020-04-08 13:17:43 +02:00
parent 709223f590
commit 6eeba954a5

View File

@ -778,4 +778,10 @@ stored_procedure_connector.poolFactoryName=commons-dbcp2
dynamic_entities_have_prefix=true
# Url prefix of dynamic endpoints, default is dynamic. e.g if set to foobar, one url can be /obp/v4.0.0/foobar/Address
dynamic_endpoints_url_prefix=dynamic
dynamic_endpoints_url_prefix=dynamic
# --- Locking a user due to consecutively failed login attempts ----
# Defines consecutively failed login attempts until user is locked
# In case is not defined default value is 5
# max.bad.login.attempts=5
# ------------------------------------------------------------------