From fbba9edf63d860a3c672c2265baabbeff2821326 Mon Sep 17 00:00:00 2001 From: Peter Howell Date: Fri, 26 Sep 2025 13:12:56 -0700 Subject: [PATCH] db --- peter_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peter_db.php b/peter_db.php index 9ffa8c6..7e496ac 100644 --- a/peter_db.php +++ b/peter_db.php @@ -9,7 +9,7 @@ class peter_db { // Constructor to initialize database connection variables public function __construct() { - $this->DBServer = '192.168.1.198'; // Your DB server (example: localhost) + $this->DBServer = '172.17.0.1'; // Your DB server (example: localhost) $this->DBUser = 'phowell'; // Your DB username $this->DBPass = 'rolley34'; // Your DB password $this->DBName = 'db'; // Your DB name