You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
215
215
provided email rather than a generated email.
216
216
-`ENABLE_CAPTCHA`: **false**: Enable this to use captcha validation for registration.
217
217
-`REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA`: **false**: Enable this to force captcha validation
218
-
even for External Accounts (i.e. GitHub, OpenID Connect, etc).
218
+
even for External Accounts (i.e. GitHub, OpenID Connect, etc). You must `ENABLE_CAPTCHA` also.
219
219
-`CAPTCHA_TYPE`: **image**: \[image, recaptcha\]
220
220
-`RECAPTCHA_SECRET`: **""**: Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha.
221
221
-`RECAPTCHA_SITEKEY`: **""**: Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha.
@@ -401,7 +401,7 @@ NB: You must `REDIRECT_MACARON_LOG` and have `DISABLE_ROUTER_LOG` set to `false`
401
401
402
402
## Metrics (`metrics`)
403
403
404
-
-`ENABLED`: **false**: Enables /metrics endpoint for prometheus.
404
+
-`ENABLED`: **false**: Enables /metrics endpoint for prometheus.
405
405
-`TOKEN`: **\<empty\>**: You need to specify the token, if you want to include in the authorization the metrics . The same token need to be used in prometheus parameters `bearer_token` or `bearer_token_file`.
0 commit comments