1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-07 19:30:18 +02:00

Merge pull request #80 from mantlecurve/patch-1

updated the document to include `dbtype` in dbconfig
This commit is contained in:
Jesús Espino 2021-03-18 11:38:43 +01:00 committed by GitHub
commit e7849ce3ac
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",
```