yeah of course i forgot
This commit is contained in:
parent
1af12aec6f
commit
2b7b8e7597
2 changed files with 1 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
[Tt]humbs.db
|
||||
[Dd]esktop.ini
|
||||
.DS_Store
|
||||
public/lib/config-db.php
|
||||
config/config-db.php
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
<?php
|
||||
$config['dbConnection']['host'] = 'localhost';
|
||||
$config['dbConnection']['user'] = 'ajax-chat';
|
||||
$config['dbConnection']['pass'] = 'dGmOnRgOcThK2svQfHaF1WIJi7wjbDZc';
|
||||
$config['dbConnection']['name'] = 'ajax-chat';
|
Loading…
Reference in a new issue