From e7beadfbcd22a6d798d85a2240794e9b98046beb Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 22 Jan 2024 01:27:13 +0800 Subject: [PATCH] Add RESEND_API_URL configuration option for Resend email provider (#33) Co-authored-by: takatost --- en/getting-started/install-self-hosted/environments.md | 3 +++ zh_CN/getting-started/install-self-hosted/environments.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/en/getting-started/install-self-hosted/environments.md b/en/getting-started/install-self-hosted/environments.md index 98cfe18..9f11be4 100644 --- a/en/getting-started/install-self-hosted/environments.md +++ b/en/getting-started/install-self-hosted/environments.md @@ -325,6 +325,9 @@ Notion integration configuration, variables can be obtained by applying for Noti * RESEND\_API\_KEY API-Key for the Resend email provider, can be obtained from API-Key. +* RESEND_API_URL + + Resend API endpoint provided by the email provider, the default value is 'https://api.resend.com' when this Key is not configured. Please do not set it as an empty string value when configuring this Key. #### Third-Party Authorization Settings diff --git a/zh_CN/getting-started/install-self-hosted/environments.md b/zh_CN/getting-started/install-self-hosted/environments.md index 434a114..a48e373 100644 --- a/zh_CN/getting-started/install-self-hosted/environments.md +++ b/zh_CN/getting-started/install-self-hosted/environments.md @@ -321,7 +321,7 @@ Notion 集成配置,变量可通过申请 Notion integration 获取:[https:/ Resend 邮件提供商 API-Key,可前往 [API-Key](https://resend.com/api-keys) 获取。 * RESEND\_API\_URL - Resend 邮件提供商 API URL。 + Resend 邮件提供商提供的 API endpoint,不配置此 Key 时默认值为 'https://api.resend.com', 配置上此 Key 请不要设置为空字符串值。 #### 第三方授权设置