Rename 'databases' to 'dbs' in config

This commit is contained in:
Ben Johnson
2021-01-10 10:04:07 -07:00
parent dde9d1042d
commit 9828b4c1dd
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ type Config struct {
Addr string `yaml:"addr"`
// List of databases to manage.
DBs []*DBConfig `yaml:"databases"`
DBs []*DBConfig `yaml:"dbs"`
}
// DefaultConfig returns a new instance of Config with defaults set.