This commit is contained in:
parent
f86629f9be
commit
fbba9edf63
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue