1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +02:00

Updated README

This commit is contained in:
Chen-I Lim
2020-10-08 10:01:56 -07:00
parent 5a502b2b1b
commit 65b59146a3

View File

@@ -9,7 +9,14 @@ make
Currently tested with:
* Go 1.15.2
* MacOS Cataline (10.15.6)
* MacOS Catalina (10.15.6)
The server defaults to using sqlite as the store, but can be configured to use Postgres:
* In config.json
* Set dbtype to "postgres"
* Set dbconfig to the connection string (which you can copy from dbconfig_postgres)
* Create a new "octo" database with psql
* Restart the server
## Running and testing