Skip to content

Commit e7849ce

Browse files
authored
Merge pull request #80 from mantlecurve/patch-1
updated the document to include `dbtype` in dbconfig
2 parents a66d16d + d92c761 commit e7849ce

File tree

1 file changed

+1
-0
lines changed
  • website/site/content/download/personal-edition

1 file changed

+1
-0
lines changed

website/site/content/download/personal-edition/ubuntu.md

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ nano /opt/focalboard/config.json
143143

144144
Change the dbconfig setting to use the postgres database you created:
145145
```
146+
"dbtype": "postgres",
146147
"dbconfig": "postgres://boardsuser:boardsuser-password@localhost/boards?sslmode=disable&connect_timeout=10",
147148
```
148149

0 commit comments

Comments
 (0)