<?php
|
|
|
|
class Conn {
|
|
public static $dbhost = "localhost";
|
|
public static $dbuser = "root";
|
|
public static $dbpass = "rey1176";
|
|
public static $dbname = "TrainersService";
|
|
}
|
|
|
|
?>
|