diff options
author | V02460 <git@kaialexhiller.de> | 2025-02-25 22:35:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 21:35:06 +0000 |
commit | 131607ee51bd5e922fe4aacd167557bd20659a82 (patch) | |
tree | c19e81ae2e55a7c63bb995dfc60db9ade0482d65 /docs/usage/configuration | |
parent | Bump pyo3-log from 0.12.0 to 0.12.1 (#18046) (diff) | |
download | synapse-131607ee51bd5e922fe4aacd167557bd20659a82.tar.xz |
Add form_secret_path config option (#18090)
I [was told](https://github.com/element-hq/synapse/pull/17983#issuecomment-2593370897) about another config option with a secret, so I got `form_secret` a companion: `form_secret_path` This PR makes NixOS and Kubernetes users a little bit happy. Includes docs and tests. ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Diffstat (limited to 'docs/usage/configuration')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md |