@ -13,8 +13,10 @@ import (
)
func main() {
// Retrieve database connection information from environment variables
dsn := os.Getenv("DB_DSN")
dsn := os.Getenv("BAZA")
log.Println(dsn)
// Connect to the database
db, err := gorm.Open(mysql.Open(dsn), &gorm.Config{})