netcup server

This commit is contained in:
2025-07-10 13:23:43 +02:00
parent dfead23a53
commit 66243863e4
6 changed files with 21 additions and 4 deletions

View File

@ -3,10 +3,17 @@ class Database
{
// CHANGE THE DB INFO ACCORDING TO YOUR DATABASE
//private $db_host = 'localhost';
private $db_host = '10.35.232.188:3306';
private $db_name = 'k200835_dog';
private $db_username = 'k200835_user_dog';
// private $db_host = 'localhost';
// // private $db_host = '10.35.232.188:3306';
// private $db_name = 'k200835_dog';
// private $db_username = 'k200835_user_dog';
// private $db_password = 'X0pEiBsXN3RLazGhQVvP';
/// netcup server
/// name of the docker container
private $db_host = 'mysql';
private $db_name = 'dog';
private $db_username = 'user_dog';
private $db_password = 'X0pEiBsXN3RLazGhQVvP';
public function dbConnection()