Skip to content
Snippets Groups Projects
Commit dda57c06 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

try to change db config

parent 05fd7c91
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ class Db
{
try
{
$this->db = new PDO('pgsql:host=localhost;dbname=nf17p110', 'nf17p110', 'gXYc4mPg');
$this->db = new PDO('pgsql:host=tuxa.sme.utc;dbname=nf17p110', 'nf17p110', 'gXYc4mPg');
}
catch (Exception $e)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment