yeah of course i forgot

This commit is contained in:
flash 2022-02-06 17:40:41 +01:00
parent 1af12aec6f
commit 2b7b8e7597
2 changed files with 1 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
[Tt]humbs.db
[Dd]esktop.ini
.DS_Store
public/lib/config-db.php
config/config-db.php

View File

@ -1,5 +0,0 @@
<?php
$config['dbConnection']['host'] = 'localhost';
$config['dbConnection']['user'] = 'ajax-chat';
$config['dbConnection']['pass'] = 'dGmOnRgOcThK2svQfHaF1WIJi7wjbDZc';
$config['dbConnection']['name'] = 'ajax-chat';