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
59ab0a5c67
commit
4387462892
|
|
@ -95,7 +95,7 @@ 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*:
|
||||
* `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 password of the postgres db running in your system. eg:`dendrite:password@localhost` )
|
||||
|
||||
|
||||
## Starting a monolith server
|
||||
|
|
|
|||
Loading…
Reference in a new issue