config typo

This commit is contained in:
Erik Winter 2024-12-03 07:35:27 +01:00
parent 5b5ae5727d
commit 9aa3a3771d
1 changed files with 1 additions and 1 deletions

View File

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