From 59ab0a5c6798bc4fa5944ad3672d3c84a483d45f Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Mon, 4 Mar 2019 17:12:40 +0530 Subject: [PATCH] Suggested changes resolved --- INSTALL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cc6f5310e..c8d716eaf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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/*` +* `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 @@ -108,8 +108,6 @@ HTTP connections on port 8008, so point your client at `http://localhost:8008`. If you set `--tls-cert` and `--tls-key` as shown below, it will also listen for HTTPS connections on port 8448. -Before running below command, ensure that all uncommented lines in the `database` section have the password of your postgres db (dendrite:password@localhost) - ```bash ./bin/dendrite-monolith-server --tls-cert=server.crt --tls-key=server.key ```