Add postgres setting to default config file.

Change-Id: I45f374e61f17286f5c825ef537d052407ff1bccd
This commit is contained in:
Josh Huckabee 2013-08-22 10:02:58 -07:00
parent 97ae2ba095
commit 8bf1eb8a9b
1 changed files with 1 additions and 0 deletions

View File

@ -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"`