From 65b59146a346a86148b9d5cbbd8055c7f3d952ba Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Thu, 8 Oct 2020 10:01:56 -0700 Subject: [PATCH] Updated README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baf8354d1..1bb1ac96e 100644 --- a/README.md +++ b/README.md @@ -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