Switch from SQLite to PostgreSQL
This commit is contained in:
parent
69de37562f
commit
44226c4809
4 changed files with 23 additions and 11 deletions
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';
|
Loading…
Add table
Add a link
Reference in a new issue