config.php update

remotes/origin/database-api-implementation
Dorian HODIN 2 years ago committed by felixmielcarek
parent 9738a74cdb
commit 34c5d32294

@ -1,6 +1,6 @@
<?php
$username="dafldev"; //Get the username
$host=getenv("HOST"); //Get the address IP of the hosting machine
$host="89.83.53.34"; //Get the address IP of the hosting machine
$password="wrap"; //Get the password for the user selected
$db_name="positiondaflmusic"; //Get the name of the database
try { //Try to connect to the database

Loading…
Cancel
Save