Fixed mistype in description of server.rest.rule_engine.response_timeout configuration property.
This commit is contained in:
parent
94c7c5b651
commit
468fc68aa7
@ -101,7 +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
|
# Default 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