From e5773a695f75f225010467026ea01c89b579963c Mon Sep 17 00:00:00 2001 From: Till Faelligen Date: Mon, 2 May 2022 12:09:32 +0200 Subject: [PATCH] Undu changes to SQLite config --- dendrite-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 7c16d5252..ad5bd31a2 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -10,8 +10,8 @@ # # Each component with a "database" section can accept the following formats # for "connection_string": -# SQLite: postgresql://dendriteUser:dendritePassword@localhost/dendrite?sslmode=disable -# postgresql://dendriteUser:dendritePassword@localhost/dendrite?sslmode=disable +# SQLite: file:filename.db +# file:///path/to/filename.db # PostgreSQL: postgresql://user:pass@hostname/database?params=... # # SQLite is embedded into Dendrite and therefore no further prerequisites are