Renvoi du fichier de conf.php

This commit is contained in:
nox 2019-10-26 01:48:53 +02:00
parent eb59327952
commit c11f038540
2 changed files with 2 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
config/config.php config/config.php
config/conf.php
.idea .idea
/public/uploads /public/uploads
/tmp /tmp

View File

@ -1,7 +1,4 @@
<?php <?php
$host = 'localhost'; $username = 'guser';
//$username = 'guser'; $password = 'kptgT81U7nzYWHBdQ9';
$username = 'root';
//$password = 'kptgT81U7nzYWHBdQ9';
$password = 'root';
$database_name = 'gmarche'; $database_name = 'gmarche';