api.emotionhero.com/config/_default.php

13 lines
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;