daily-ci-api/config/autoload/doctrine.local.dist.php

15 lines
290 B
PHP
Raw Normal View History

2017-02-17 15:48:05 +01:00
<?php
return [
'doctrine' => [
'connection' => [
'orm_default' => [
'params' => [
'url' => 'mysqli://user:passwd@host/database',
'charset' => 'UTF8',
],
],
],
],
];