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

try to change db config

parent 0cd9eceb
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', 'dbnf17p110', 'gXYc4mPg');
$this->db = new PDO('pgsql:host=tuxa.sme.utc;dbname=dbnf17p110', 'nf17p110', 'gXYc4mPg');
}
catch (Exception $e)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment