updated the document to include dbtype in dbconfig

This commit is contained in:
Mithun Madhusoodanan 2021-03-18 09:41:24 +05:30 committed by GitHub
parent 2681b8900a
commit d92c7610c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,6 +143,7 @@ nano /opt/focalboard/config.json
Change the dbconfig setting to use the postgres database you created:
```
"dbtype": "postgres",
"dbconfig": "postgres://boardsuser:boardsuser-password@localhost/boards?sslmode=disable&connect_timeout=10",
```