Archived
1
0
Fork 0

config: drop the "conf" prefix for config files.

This commit is contained in:
Henrik Hautakoski 2018-06-18 20:23:50 +02:00
parent 005f1e3292
commit ca90ec30fb
4 changed files with 3 additions and 2 deletions

View file

@ -65,8 +65,8 @@ class Services extends DiDefault
// The priority is files defined AFTER another
// will override settings if there a multiple keys.
$files = array(
'conf.app.yml',
'conf.local.yml'
'app.yml',
'local.yml'
);
$basePath = APP_PATH . '/app/config/';