config.php update
continuous-integration/drone/push Build is passing Details

remotes/origin/mvc-implementation
Dorian HODIN 2 years ago
parent be88612fb7
commit 27db852894

@ -4,7 +4,7 @@ function connection(): bool|int|mysqli
{
$username = "root"; //Get the username
$host = "mariadb://localhost:3306"; //Get the url of the database
$host = "localhost:3306"; //Get the url of the database
$password = ""; //Get the password for the user selected
$db_name = $_ENV["DATABASE"]; //Get the name of the database

Loading…
Cancel
Save