From 8bf1eb8a9bc36e0cccb5466f1316b10f41909d0b Mon Sep 17 00:00:00 2001 From: Josh Huckabee Date: Thu, 22 Aug 2013 10:02:58 -0700 Subject: [PATCH] Add postgres setting to default config file. Change-Id: I45f374e61f17286f5c825ef537d052407ff1bccd --- server/camlistored/camlistored.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/camlistored/camlistored.go b/server/camlistored/camlistored.go index ed759a1f7..842f63ca6 100644 --- a/server/camlistored/camlistored.go +++ b/server/camlistored/camlistored.go @@ -217,6 +217,7 @@ type defaultConfigFile struct { BlobPath string `json:"blobPath"` MySQL string `json:"mysql"` Mongo string `json:"mongo"` + Postgres string `json:"postgres"` SQLite string `json:"sqlite"` S3 string `json:"s3"` ReplicateTo []interface{} `json:"replicateTo"`