From 9d3e07b57aac8f9c829854b1480f3e5e90950f9e Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 22 Nov 2017 11:14:34 +0000 Subject: [PATCH] Update dendrite-config.yaml --- dendrite-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index c4ca1933a..6e2326595 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -99,7 +99,7 @@ database: federation_sender: "postgres://dendrite:itsasecret@localhost/dendrite_federationsender?sslmode=disable" public_rooms_api: "postgres://dendrite:itsasecret@localhost/dendrite_publicroomsapi?sslmode=disable" # If using naffka you need to specify a naffka database - # naffka: "postgres://dendrite:itsasecret@localhost/dendrite_naffk?sslmode=disable" + # naffka: "postgres://dendrite:itsasecret@localhost/dendrite_naffka?sslmode=disable" # The TCP host:port pairs to bind the internal HTTP APIs to. # These shouldn't be exposed to the public internet.