diff --git a/api-rest/index.php b/api-rest/index.php index 7e61d9c..468d507 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -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{