Suggested changes resolved

This commit is contained in:
SUMUKHA-PK 2019-03-04 17:57:48 +05:30
parent b0f8bdb6f7
commit fd284a8a68

View file

@ -95,14 +95,14 @@ test -f matrix_key.pem || ./bin/generate-keys -private-key matrix_key.pem
Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Things that will need editing include *at least*: Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Things that will need editing include *at least*:
* `server_name` * `server_name`
* `database/*` ( All lines in the database section must have the password of the postgres db running in your system. eg:`dendrite:password@localhost` ) * `database/*` ( All lines in the database section must have the username and password of the user created with the `createuser` command above. eg:`dendrite:password@localhost` )
## 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` and uncomment the monolith server. To do this, set `use_naffka: true` in `dendrite.yaml` and uncomment
the necessary line related to naffka in the `database` section. be sure to update the the necessary line related to naffka in the `database` section. Be sure to update the
database username and password if needed. database username and password if needed.
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