From 797430cf929c14e100bef2192bb7f1c9f283f4d1 Mon Sep 17 00:00:00 2001 From: Isa S Date: Sat, 17 Feb 2024 23:25:55 +0100 Subject: [PATCH] Add captcha (CN) --- content/zh-cn/admin/config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/zh-cn/admin/config.md b/content/zh-cn/admin/config.md index 58561bc4..636c14ea 100644 --- a/content/zh-cn/admin/config.md +++ b/content/zh-cn/admin/config.md @@ -52,7 +52,7 @@ Mastodon使用环境变量作为其的配置。 ### 部署 {#deployment} -* `RAILS_ENV` +* `RAILS_ENV` * `RAILS_SERVE_STATIC_FILES` * `RAILS_LOG_LEVEL` * `TRUSTED_PROXY_IP` @@ -243,5 +243,7 @@ Mastodon使用环境变量作为其的配置。 ## 其它 {#other} * `SKIP_POST_DEPLOYMENT_MIGRATIONS` +* `HCAPTCHA_SITE_KEY` +* `HCAPTCHA_SECRET_KEY` {{< translation-status-zh-cn raw_title="Configuring your environment" raw_link="/admin/config/" last_tranlation_time="2020-05-04" raw_commit="ad1ef20f171c9f61439f32168987b0b4f9abd74b">}}