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

try to change db config

parent dda57c06
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ class Db
{
try
{
$this->db = new PDO('pgsql:host=tuxa.sme.utc;dbname=nf17p110', 'nf17p110', 'gXYc4mPg');
$this->db = new PDO('pgsql:host=tuxa.sme.utc;dbname=nf17p110', 'dbnf17p110', '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