aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-12-12 20:55:34 +0000
committerGitHub <noreply@github.com>2020-12-12 20:55:34 +0000
commitb794873fa09ddb1c8d98e9b7140c1f32e80c584f (patch)
tree9d34d19862343aa11693f653e15ca929313e0f16 /docs
parentebcacd1bb56d6e37ff743c0430bc91e24d440199 (diff)
Update INSTALL.md
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 0b3f932b..d881e73f 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -140,7 +140,7 @@ Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Th
* The `server_name` entry to reflect the hostname of your Dendrite server
* The `database` lines with an updated connection string based on your
desired setup, e.g. replacing `database` with the name of the database:
- * For Postgres: `postgres://dendrite:password@localhost/database`, e.g. `postgres://dendrite:password@localhost/dendrite_userapi_account.db`
+ * For Postgres: `postgres://dendrite:password@localhost/database`, e.g. `postgres://dendrite:password@localhost/dendrite_userapi_account`
* For SQLite on disk: `file:component.db` or `file:///path/to/component.db`, e.g. `file:userapi_account.db`
* Postgres and SQLite can be mixed and matched on different components as desired.
* The `use_naffka` option if using Naffka in a monolith deployment