Mise à jour de 'api-rest/index.php'
continuous-integration/drone/push Build is passing Details

testDockerToto
Thomas CHAZOT 2 years ago
parent a1a025c5e3
commit 50e70ab13a

@ -23,6 +23,7 @@
$username = "root";
$password = getenv("MYSQL_ROOT_PASSWORD");
echo $dsn . " " . $username . " " . $password . " ";
// Initializing Database
try{
$database = new DatabaseConnection($dsn,$username,$password);

Loading…
Cancel
Save