From c3f49fcc7a33a7c6274d16ad1f50d0d7d1be274a Mon Sep 17 00:00:00 2001 From: Arnaud Venturi Date: Sat, 1 May 2021 19:13:13 +0200 Subject: [PATCH] Remove mention of enabling naffka in install instructions, as it is the default value Signed-off-by: Arnaud Venturi --- build/docker/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/docker/README.md b/build/docker/README.md index 818f92d03..a57c20711 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -46,10 +46,7 @@ go run github.com/matrix-org/dendrite/cmd/generate-keys \ ## Starting Dendrite as a monolith deployment Create your config based on the `dendrite.yaml` configuration file in the `docker/config` -folder in the [Dendrite repository](https://github.com/matrix-org/dendrite). Additionally, -make the following changes to the configuration: - -- Enable Naffka: `use_naffka: true` +folder in the [Dendrite repository](https://github.com/matrix-org/dendrite). Once in place, start the PostgreSQL dependency: