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
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ class Db ...@@ -8,7 +8,7 @@ class Db
{ {
try 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) catch (Exception $e)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment