@ -15,8 +15,7 @@ func main() {
// Retrieve database connection information from environment variables
dsn := os.Getenv("BAZA")
log.Println(dsn)
log.Println("DSN => ", dsn)
// Connect to the database
/*db, err := gorm.Open(mysql.Open(dsn), &gorm.Config{})
if err != nil {