some logger
This commit is contained in:
@@ -19,7 +19,6 @@ func getDSN() string {
|
||||
if !exists {
|
||||
host = "localhost"
|
||||
}
|
||||
log.Println("user:", user, "database:", database)
|
||||
return fmt.Sprintf("postgresql://%s:%s@%s/%s?sslmode=disable", user, password, host, database)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user