api.emotionhero.com/config/_default.php

13 lines
225 B
PHP
Raw Normal View History

2016-09-01 12:15:17 +02:00
<?php
// base config which is overwritten by individual
// environment-dependant configuration files
$config = [
'debug' => false,
'db' => [
'dsn' => null,
'username' => null,
'password' => null
]
];
return $config;