mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-11 21:54:46 +00:00
481c4e2b55
Another config option on my quest to a `*_path` variant for every secret. Adds the config options `recaptcha_private_key_path` and `recaptcha_public_key_path`. Tests and docs are included. A public key is of course no secret, but it is closely related to the private key, so it’s still useful to have a `*_path` variant for it.