Added description to server.rest.rule_engine configuration property.
This commit is contained in:
parent
3c6d7f22b8
commit
94c7c5b651
@ -101,6 +101,7 @@ server:
|
|||||||
# Limit that prohibits resetting the password for the user too often. The value of the rate limit. By default, no more than 5 requests per hour
|
# Limit that prohibits resetting the password for the user too often. The value of the rate limit. By default, no more than 5 requests per hour
|
||||||
reset_password_per_user: "${RESET_PASSWORD_PER_USER_RATE_LIMIT_CONFIGURATION:5:3600}"
|
reset_password_per_user: "${RESET_PASSWORD_PER_USER_RATE_LIMIT_CONFIGURATION:5:3600}"
|
||||||
rule_engine:
|
rule_engine:
|
||||||
|
# Deafult timeout for waiting response of REST API request to Rule Engine in milliseconds
|
||||||
response_timeout: "${DEFAULT_RULE_ENGINE_RESPONSE_TIMEOUT:10000}"
|
response_timeout: "${DEFAULT_RULE_ENGINE_RESPONSE_TIMEOUT:10000}"
|
||||||
|
|
||||||
# Application info parameters
|
# Application info parameters
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user