Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -18,7 +18,7 @@ func ConnectPostgres() (*sql.DB, error) {
|
||||
connStr := os.Getenv("POSTGRES_CONN")
|
||||
if connStr == "" {
|
||||
// fallback → sabit tanımlı bağlantı
|
||||
connStr = "host=127.0.0.1 port=5432 user=postgres password=tayitkan dbname=baggib2b sslmode=disable"
|
||||
connStr = "host= 46.224.33.150 port=5432 user=postgres password=tayitkan dbname=baggib2b sslmode=disable"
|
||||
//connStr = "host=172.16.0.3 port=5432 user=postgres password=tayitkan dbname=baggib2b sslmode=disable"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user