Compare commits
No commits in common. "dda807b9910ed7a4b647f9e4ff255bee01109fa9" and "91c266b29e711f6e4b98b485c93e493b51e79660" have entirely different histories.
dda807b991
...
91c266b29e
3 changed files with 7 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
dbconfig.php
|
|
||||||
cache/*
|
cache/*
|
||||||
|
|
7
dbconfig.php
Normal file
7
dbconfig.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$host = 'localhost';
|
||||||
|
$dbname = 'simplewordscloud';
|
||||||
|
$username = 'raghnarok';
|
||||||
|
$password = 'pLkXCTEdCy6roOlnqqSjzuacRBI2UmLjYa7CbMjh';
|
||||||
|
$port = '5432';
|
|
@ -1,7 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
$host = 'localhost';
|
|
||||||
$dbname = '';
|
|
||||||
$username = '';
|
|
||||||
$password = '';
|
|
||||||
$port = '5432';
|
|
Loading…
Reference in a new issue