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

testDockerToto
Thomas CHAZOT 2 years ago
parent d2c2be7072
commit ca6448fdc3

@ -23,7 +23,7 @@
$username = getenv("MYSQL_USER_TOM");
$password = getenv("MYSQL_PASSWORD_TOM");
echo $dsn . " " . $username . " " . $password . " ";
echo "Chemin: " . $dsn . " " . "Username: " . $username . " " . "Password: " . $password . " ";
// Initializing Database
try{

Loading…
Cancel
Save