1
0

Added db connection

This commit is contained in:
2017-02-24 09:49:43 +01:00
parent 10c8093ed5
commit 75c0442e9a
4 changed files with 80 additions and 3 deletions

View File

@ -7,6 +7,15 @@ return [
// Renderer settings
'renderer' => [
'template_path' => __DIR__ . '/../templates/',
],
// Database settings
'db' => [
'host' => 'mysql.verictas.nl',
'user' => 'inforban_db',
'pass' => 'inforbank',
'name' => 'inforban_db',
'charset' => 'utf8'
]
],
];