diff --git a/database/main.go b/database/main.go index 76bd86e..ca3688f 100644 --- a/database/main.go +++ b/database/main.go @@ -9,7 +9,7 @@ import ( // Database struct to read from config type Database struct { - DB *gorm.DB + DB *gorm.DB `toml:"-"` Connection string `toml:"connection"` Debug bool `toml:"debug"` Testdata bool `toml:"testdata"`