Merge branch '459_fix_user_profile_crash' into 'develop'
[akkoma] / config / config.md
index e8b5e52cbf3c317e045091082073916d47f117e4..edabd6e0fcb4a654cdb946297d3cdcdef012f203 100644 (file)
@@ -167,9 +167,11 @@ Web Push Notifications configuration. You can use the mix task `mix web_push.gen
 ## Pleroma.Captcha
 * `enabled`: Whether the captcha should be shown on registration
 * `method`: The method/service to use for captcha
+* `seconds_retained`: The time in seconds for which the captcha is valid (stored in the cache)
 
 ### Pleroma.Captcha.Kocaptcha
 Kocaptcha is a very simple captcha service with a single API endpoint,
-the source code is here: https://github.com/koto-bank/kocaptcha
+the source code is here: https://github.com/koto-bank/kocaptcha. The default endpoint
+`https://captcha.kotobank.ch` is hosted by the developer.
 
 * `endpoint`: the kocaptcha endpoint to use
\ No newline at end of file