From 29c4b53f408eea3b44a5b2c1121108225cf71872 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 8 Feb 2022 01:37:17 +0100 Subject: [PATCH] docs: more tips from tracking configs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7271aa9..48896ad 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,20 @@ ## Tips & Tricks +### Seeing what changed in `homeserver.yaml` between versions + +Change the version range to suit your needs. + +``` +git clone https://github.com/matrix-org/synapse +cd synapse/docs +git log --follow -p v1.48.0..v1.51.0 sample_config.yaml +``` + ### Generating a new `homeserver.yaml` +The default is also available to see [here](https://matrix-org.github.io/synapse/latest/usage/configuration/homeserver_sample_config.html). + ``` docker run -it \ --entrypoint="" \