qwqw
All checks were successful
Build and Deploy / cleaning (push) Successful in 10s
Build and Deploy / build_image (push) Successful in 2m47s
Build and Deploy / deploy (push) Successful in 2s

This commit is contained in:
teddys48
2026-02-12 10:58:47 +07:00
parent eb8cb1608e
commit f4714e2e2a

View File

@@ -12,7 +12,7 @@ import (
func NewDatabase() *gorm.DB {
username := os.Getenv("DB_USERNAME")
password := "123$Nt1"
password := os.Getenv("DB_PASSWORD")
port, err := strconv.Atoi(os.Getenv("DB_PORT"))
if err != nil {
fmt.Println("error ", err.Error())