Fixed mistype in description of server.rest.rule_engine.response_timeout configuration property.

This commit is contained in:
devaskim 2025-09-04 13:17:43 +05:00 committed by GitHub
parent 94c7c5b651
commit 468fc68aa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
reset_password_per_user: "${RESET_PASSWORD_PER_USER_RATE_LIMIT_CONFIGURATION:5:3600}"
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}"
# Application info parameters