Added db connection
This commit is contained in:
@ -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'
|
||||
]
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user