Remove db connection info
This commit is contained in:
parent
91c266b29e
commit
af16614960
3 changed files with 8 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
dbconfig.php
|
||||
cache/*
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
|
||||
$host = 'localhost';
|
||||
$dbname = 'simplewordscloud';
|
||||
$username = 'raghnarok';
|
||||
$password = 'pLkXCTEdCy6roOlnqqSjzuacRBI2UmLjYa7CbMjh';
|
||||
$port = '5432';
|
7
dbconfig_empty.php
Normal file
7
dbconfig_empty.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$host = 'localhost';
|
||||
$dbname = '';
|
||||
$username = '';
|
||||
$password = '';
|
||||
$port = '5432';
|
Loading…
Reference in a new issue