This commit is contained in:
Peter Howell 2025-09-26 13:12:56 -07:00
parent f86629f9be
commit fbba9edf63
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class peter_db {
// Constructor to initialize database connection variables // Constructor to initialize database connection variables
public function __construct() { 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->DBUser = 'phowell'; // Your DB username
$this->DBPass = 'rolley34'; // Your DB password $this->DBPass = 'rolley34'; // Your DB password
$this->DBName = 'db'; // Your DB name $this->DBName = 'db'; // Your DB name