Skip to content
Snippets Groups Projects

Update config/autoload/application.global.php, config.local.php.default

Merged Thierry Perpère requested to merge thierry.perpere/OSE:bug-connectstring into master
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,6 +11,7 @@ return [
'user' => AppConfig::get('bdd', 'username'),
'password' => AppConfig::get('bdd', 'password'),
'charset' => 'AL32UTF8',
'connectstring' => AppConfig::get('bdd', 'connecstring'),
//'persistent' => true,
],
],
@@ -64,4 +65,4 @@ return [
'tmp-dir' => AppConfig::get('etats-sortie', 'tmp-dir', getcwd() . '/cache/'),
],
],
];
\ No newline at end of file
];
Loading