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

testDockerToto
Thomas CHAZOT 2 years ago
parent 560d6d815d
commit 34a693ead0

@ -21,7 +21,7 @@
//$ini_array= parse_ini_file("config.ini"); //$ini_array= parse_ini_file("config.ini");
$dsn = "mysql:host=db".";port=3036;dbname=". getenv("MYSQL_DATABASE"); $dsn = "mysql:host=db".";port=3036;dbname=". getenv("MYSQL_DATABASE");
$username = getenv("MYSQL_USER_TOM"); $username = "root";
$password = getenv("MYSQL_PASSWORD_TOM"); $password = getenv("MYSQL_PASSWORD_TOM");
echo "Chemin: " . $dsn . " " . "Username: " . $username . " " . "Password: " . $password . " "; echo "Chemin: " . $dsn . " " . "Username: " . $username . " " . "Password: " . $password . " ";

Loading…
Cancel
Save