mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Suggested changes resolved
This commit is contained in:
parent
3575ef1080
commit
2644bc1464
|
|
@ -101,9 +101,7 @@ Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Th
|
||||||
## Starting a monolith server
|
## Starting a monolith server
|
||||||
|
|
||||||
It is possible to use 'naffka' as an in-process replacement to Kafka when using
|
It is possible to use 'naffka' as an in-process replacement to Kafka when using
|
||||||
the monolith server. To do this, set `use_naffka: true` in `dendrite.yaml`.
|
the monolith server. To do this, set `use_naffka: true` in `dendrite.yaml` and uncomment the necessary line related to naffka(last line in the *database* section) to use naffka.
|
||||||
|
|
||||||
In the `dendrite.yaml` file, one must also uncomment the necessary line (related to naffka) to use naffka.
|
|
||||||
|
|
||||||
The monolith server can be started as shown below. By default it listens for
|
The monolith server can be started as shown below. By default it listens for
|
||||||
HTTP connections on port 8008, so point your client at
|
HTTP connections on port 8008, so point your client at
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue