diff --git a/api-rest/index.php b/api-rest/index.php index 03e5f72..a28132f 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -18,7 +18,7 @@ // Comment faire un fichier .htaccess pour protéger ce fichier ????????? // ------ //$ini_array= parse_ini_file("config.ini"); - + // $dsn = "mysql:host=". getenv("DB_SERVER").";port=8888;dbname=". getenv("MYSQL_DATABASE"); $username = "root"; $password = getenv("MYSQL_ROOT_PASSWORD");