Added public_baseurl and link to other section.

This commit is contained in:
Hans van Zijst 2024-11-14 11:38:35 +01:00 committed by Valentin Gagarin
parent 116ae14487
commit bfef06e01e

View file

@ -30,7 +30,15 @@ be configured with yaml-files in this directory.
Configure the domain you with to use in `/etc/matrix-synapse/conf.d/server_name.yaml`.
What you configure here will also be the global part of your Matrix handles
(the part after the colon).
(the part after the colon). Also add the URL clients should connect to:
```
server_name: example.com
public_baseurl: https://matrix.example.com/
```
The `public_baseurl` will probably be different than the `server_name`, see
also [Delegation and DNS].
You now have a standard Matrix server that uses sqlite. You really don't want
to use this in production, so probably want to replace this with PostgreSQL.