removed testing comment
This commit is contained in:
parent
7620a938f5
commit
afd12684b6
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ func InitDB() *gorm.DB {
|
||||||
user := os.Getenv("PG_USER")
|
user := os.Getenv("PG_USER")
|
||||||
password := os.Getenv("PG_PASSWORD")
|
password := os.Getenv("PG_PASSWORD")
|
||||||
|
|
||||||
// Try with quoted password
|
|
||||||
dsn := fmt.Sprintf(`host=%s port=%s user=%s password='%s' dbname=%s sslmode=disable`,
|
dsn := fmt.Sprintf(`host=%s port=%s user=%s password='%s' dbname=%s sslmode=disable`,
|
||||||
host, port, user, password, database)
|
host, port, user, password, database)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue