Remove database connection info from the dbconfig file

This commit is contained in:
Gregory Trolliet 2020-11-23 15:05:03 +01:00 committed by root
parent 91c266b29e
commit b0ad59dc3e
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
dbconfig.php
cache/*

View file

@ -1,7 +0,0 @@
<?php
$host = 'localhost';
$dbname = 'simplewordscloud';
$username = 'raghnarok';
$password = 'pLkXCTEdCy6roOlnqqSjzuacRBI2UmLjYa7CbMjh';
$port = '5432';

7
dbconfig_empty.php Normal file
View file

@ -0,0 +1,7 @@
<?php
$host = 'localhost';
$dbname = '';
$username = '';
$password = '';
$port = '5432';