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

testDockerToto
Thomas CHAZOT 2 years ago
parent ae79128082
commit 25d27dada2

@ -18,7 +18,7 @@
// Comment faire un fichier .htaccess pour protéger ce fichier ????????? // Comment faire un fichier .htaccess pour protéger ce fichier ?????????
// ------ // ------
//$ini_array= parse_ini_file("config.ini"); //$ini_array= parse_ini_file("config.ini");
//
$dsn = "mysql:host=". getenv("DB_SERVER").";port=8888;dbname=". getenv("MYSQL_DATABASE"); $dsn = "mysql:host=". getenv("DB_SERVER").";port=8888;dbname=". getenv("MYSQL_DATABASE");
$username = "root"; $username = "root";
$password = getenv("MYSQL_ROOT_PASSWORD"); $password = getenv("MYSQL_ROOT_PASSWORD");

Loading…
Cancel
Save