updated the document to include dbtype
in dbconfig
This commit is contained in:
parent
2681b8900a
commit
d92c7610c4
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue