Skip to content
Snippets Groups Projects
Commit 3690f2fd authored by Thierry Perpère's avatar Thierry Perpère
Browse files

erreur de connectstring

parent 4a6482c2
Branches
No related tags found
1 merge request!101erreur de connectstring
......@@ -11,7 +11,7 @@ return [
'user' => AppConfig::get('bdd', 'username'),
'password' => AppConfig::get('bdd', 'password'),
'charset' => 'AL32UTF8',
'connectstring' => AppConfig::get('bdd', 'connecstring'),
'connectstring' => AppConfig::get('bdd', 'connectstring'),
//'persistent' => true,
],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment