Switch from SQLite to PostgreSQL

This commit is contained in:
Gregory Trolliet 2020-11-22 15:09:31 +01:00
parent 69de37562f
commit 44226c4809
4 changed files with 23 additions and 11 deletions

7
dbconfig.php Normal file
View file

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