api.emotionhero.com/config/_default.php
2016-09-01 11:15:17 +01:00

13 lines
No EOL
225 B
PHP

<?php
// base config which is overwritten by individual
// environment-dependant configuration files
$config = [
'debug' => false,
'db' => [
'dsn' => null,
'username' => null,
'password' => null
]
];
return $config;