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/conf.php
.idea
/public/uploads
/tmp

View File

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