From 1323b5d486a3b54d110c0ab9a435e54e2c224233 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 13 Jan 2022 19:12:54 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c89d6fd..5246063 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Matrix Synapse Docker-Compose - Update public_baseurl to matrix.yourdomain.tld (Remember to remove the comment #) - Uncomment serve_server_wellknown to enable it and configure https://yourdoman.tld/.well-known/matrix/server for federation - Change `pepper` in your password config. Uncomment the setting to enable it. + - Change the default database from SQLite to PostgreSQL - Configure the mail credentials if you have a mail server - Enable `encryption_enabled_by_default_for_room_type` by default - Enable redis. Put `redis` as the host instead of `localhost`.