From def7a1b9e01eef44e3e41be7e9beb562c36411d4 Mon Sep 17 00:00:00 2001 From: Nattapong Ekudomsuk Date: Sun, 19 Apr 2026 20:35:02 +0800 Subject: [PATCH 1/2] update description for rocketchat global configuration Signed-off-by: Nattapong Ekudomsuk --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index b283b5fca7..73d1f6d097 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -118,9 +118,13 @@ global: [ opsgenie_api_key_file: ] [ opsgenie_api_url: | default = "https://api.opsgenie.com/" ] [ rocketchat_api_url: | default = "https://open.rocket.chat/" ] + # The default configuration of sender token for Rocketchat. It is mutually exclusive with `rocketchat_token_file`. [ rocketchat_token: ] + # The default configuration to read a Rocketchat sender token from a file. It is mutually exclusive with `rocketchat_token`. [ rocketchat_token_file: ] + # The default configuration of sender token ID for Rocketchat. It is mutually exclusive with `rocketchat_token_id_file`. [ rocketchat_token_id: ] + # The default configuration to read a Rocketchat sender token ID from a file. It is mutually exclusive with `rocketchat_token_id`. [ rocketchat_token_id_file: ] [ wechat_api_url: | default = "https://qyapi.weixin.qq.com/cgi-bin/" ] [ wechat_api_secret: ] From c6c16875b44faace48fea0a0b737edf8c03ae198 Mon Sep 17 00:00:00 2001 From: Nattapong Ekudomsuk Date: Sun, 19 Apr 2026 20:51:03 +0800 Subject: [PATCH 2/2] update description Signed-off-by: Nattapong Ekudomsuk --- docs/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 73d1f6d097..707dc9af76 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -118,13 +118,13 @@ global: [ opsgenie_api_key_file: ] [ opsgenie_api_url: | default = "https://api.opsgenie.com/" ] [ rocketchat_api_url: | default = "https://open.rocket.chat/" ] - # The default configuration of sender token for Rocketchat. It is mutually exclusive with `rocketchat_token_file`. + # The default Rocketchat sender token. It is mutually exclusive with `rocketchat_token_file`. [ rocketchat_token: ] - # The default configuration to read a Rocketchat sender token from a file. It is mutually exclusive with `rocketchat_token`. + # Read the default Rocketchat sender token from a file. It is mutually exclusive with `rocketchat_token`. [ rocketchat_token_file: ] - # The default configuration of sender token ID for Rocketchat. It is mutually exclusive with `rocketchat_token_id_file`. + # The default Rocketchat sender token ID. It is mutually exclusive with `rocketchat_token_id_file`. [ rocketchat_token_id: ] - # The default configuration to read a Rocketchat sender token ID from a file. It is mutually exclusive with `rocketchat_token_id`. + # Read the default Rocketchat sender token ID from a file. It is mutually exclusive with `rocketchat_token_id`. [ rocketchat_token_id_file: ] [ wechat_api_url: | default = "https://qyapi.weixin.qq.com/cgi-bin/" ] [ wechat_api_secret: ]