mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
fd463b4f5d
Make it so that most options in the config are optional, and commented out in the generated config. The reasons this is a good thing are as follows: * If we decide that we should change the default for an option, we can do so, and only those admins that have deliberately chosen to override that option will be stuck on the old setting. * It moves us towards a point where we can get rid of the super-surprising feature of synapse where the default settings for the config come from the generated yaml. * It makes setting up a test config for unit testing an order of magnitude easier (see forthcoming PR). * It makes the generated config more consistent, and hopefully easier for users to understand. |
||
---|---|---|
.. | ||
admin_api | ||
privacy_policy_templates/en | ||
sphinx | ||
.sample_config_header.yaml | ||
ACME.md | ||
ancient_architecture_notes.rst | ||
application_services.rst | ||
architecture.rst | ||
CAPTCHA_SETUP.rst | ||
code_style.rst | ||
consent_tracking.md | ||
federate.md | ||
log_contexts.rst | ||
manhole.md | ||
media_repository.rst | ||
metrics-howto.rst | ||
MSC1711_certificates_FAQ.md | ||
password_auth_providers.rst | ||
postgres.rst | ||
README.rst | ||
replication.rst | ||
reverse_proxy.rst | ||
sample_config.yaml | ||
server_notices.md | ||
tcp_replication.rst | ||
turn-howto.rst | ||
url_previews.md | ||
user_directory.md | ||
workers.rst |
All matrix-generic documentation now lives in its own project at github.com/matrix-org/matrix-doc.git Only Synapse implementation-specific documentation lives here now (together with some older stuff will be shortly migrated over to matrix-doc)