From 7326c1293f2f86d6082671fd37810b1bf3dfe650 Mon Sep 17 00:00:00 2001 From: terrill <314156936@qq.com> Date: Wed, 4 Jul 2018 16:36:49 +0800 Subject: [PATCH] config file bug fix --- dendrite-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 82d7aae51..b371a2ab4 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -99,7 +99,7 @@ database: server_key: "postgres://dendrite:itsasecret@localhost/dendrite_serverkey?sslmode=disable" federation_sender: "postgres://dendrite:itsasecret@localhost/dendrite_federationsender?sslmode=disable" public_rooms_api: "postgres://dendrite:itsasecret@localhost/dendrite_publicroomsapi?sslmode=disable" - encrypt_api: "postgres:////dendrite:itsasecret@localhost/dendrite_encryptapi?sslmode=disable" + encrypt_api: "postgres://dendrite:itsasecret@localhost/dendrite_encryptapi?sslmode=disable" # If using naffka you need to specify a naffka database # naffka: "postgres://dendrite:itsasecret@localhost/dendrite_naffka?sslmode=disable"