mirror of https://github.com/perkeep/perkeep.git
Add postgres setting to default config file.
Change-Id: I45f374e61f17286f5c825ef537d052407ff1bccd
This commit is contained in:
parent
97ae2ba095
commit
8bf1eb8a9b
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue