From f9d2f19d3d19d2129fcb92d89a232b2a5386d4fa Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 19 Apr 2024 10:11:54 +0300 Subject: [PATCH] * mailer > email, service > auth based on CHANGELOG.md ./CHANGELOG.md:50:- Configuration section `[mailer]` is no longer used, please use `[email]`. ./CHANGELOG.md:190:- Configuration section `[mailer]` is deprecated and will end support in 0.13.0, please start using `[email]`. --- en-US/advanced/configuration_cheat_sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en-US/advanced/configuration_cheat_sheet.md b/en-US/advanced/configuration_cheat_sheet.md index 72580ab6..068a50fb 100644 --- a/en-US/advanced/configuration_cheat_sheet.md +++ b/en-US/advanced/configuration_cheat_sheet.md @@ -138,7 +138,7 @@ Name|Description `COOKIE_REMEMBER_NAME`|Name of cookie that saves auto-login information. `REVERSE_PROXY_AUTHENTICATION_USER`|Header name for reverse proxy authentication username. -### Service (`service`) +### Auth (`auth`) Name|Description ----|----------- @@ -165,7 +165,7 @@ Name|Description `SKIP_TLS_VERIFY`|Indicate whether to allow insecure certification or not. `PAGING_NUM`|Number of webhook history that are shown in one page. -### Mailer (`mailer`) +### Email (`email`) Name|Description ----|-----------