From d50ed0c44c0995a691bc14cfadddd80a1ea2296e Mon Sep 17 00:00:00 2001 From: GIService Date: Fri, 3 Mar 2023 07:47:42 +0100 Subject: [PATCH] Update cfg_srv.php --- last_version/cfg_srv.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/last_version/cfg_srv.php b/last_version/cfg_srv.php index 82ce7e6..9b11752 100755 --- a/last_version/cfg_srv.php +++ b/last_version/cfg_srv.php @@ -3,12 +3,12 @@ global $conn, $hostdb, $dbname, $userdb, $passworddb, $portdb; -//$hostdb = "172.21.1.111"; -$hostdb = "localhost"; +$hostdb = "172.21.1.111"; +//$hostdb = "localhost"; $dbname ="bbccaa2022"; $userdb = "postgres"; -//$passworddb = "AdminRS#2021"; -$passworddb = "postgres"; +$passworddb = "AdminRS#2021"; +//$passworddb = "postgres"; $portdb = "5432";