qwqw
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user