mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-04 17:18:51 +01:00
Merge branch 'Miepee-next-patch-24570' into 'next'
Mention different database backends in DEPLOY.md See merge request famedly/conduit!358
This commit is contained in:
commit
0f86506288
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ $ sudo systemctl daemon-reload
|
||||||
## Creating the Conduit configuration file
|
## Creating the Conduit configuration file
|
||||||
|
|
||||||
Now we need to create the Conduit's config file in `/etc/matrix-conduit/conduit.toml`. Paste this in **and take a moment
|
Now we need to create the Conduit's config file in `/etc/matrix-conduit/conduit.toml`. Paste this in **and take a moment
|
||||||
to read it. You need to change at least the server name.**
|
to read it. You need to change at least the server name.**
|
||||||
|
You can also choose to use a different database backend, but right now only `rocksdb` and `sqlite` are recommended.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[global]
|
[global]
|
||||||
|
|
Loading…
Reference in a new issue