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