config typo
This commit is contained in:
parent
5b5ae5727d
commit
9aa3a3771d
|
@ -48,7 +48,7 @@ func main() {
|
|||
}
|
||||
|
||||
type Configuration struct {
|
||||
DBPath string `yaml:"dbpath"`
|
||||
DBPath string `yaml:"db_path"`
|
||||
SyncURL string `yaml:"sync_url"`
|
||||
ApiKey string `yaml:"api_key"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue