Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-02-13 23:23:55 +03:00
parent f7211d5cf7
commit 78f183c9ee
3 changed files with 22 additions and 87 deletions

View File

@@ -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"
}