Close #124: Add support for Postgres as a storage solution
This commit is contained in:
@ -4,6 +4,8 @@ package storage
|
||||
type Config struct {
|
||||
// File is the path of the file to use for persistence
|
||||
// If blank, persistence is disabled
|
||||
//
|
||||
// XXX: Rename to path for v4.0.0
|
||||
File string `yaml:"file"`
|
||||
|
||||
// Type of store
|
||||
|
Reference in New Issue
Block a user