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

testDockerToto
Thomas CHAZOT 2 years ago
parent 2a0906b535
commit 31f17cf930

@ -22,7 +22,7 @@
// ------
//$ini_array= parse_ini_file("config.ini");
$dsn = "mysql:host=". getenv("DB_SERVER").";port=3036;dbname=". getenv("MYSQL_DATABASE");
$dsn = "mysql:host=". "codefirst.iut.uca.fr/containers/BOB_PARTEAM-mysql".";port=3036;dbname=". getenv("MYSQL_DATABASE");
$username = getenv("MYSQL_USER_TOM");
$password = getenv("MYSQL_PASSWORD_TOM");

Loading…
Cancel
Save