De-git the application.config.php for hybrid FO/BO configs

pull/1/head
Guillaume Lesniak 2016-08-25 15:51:02 +02:00
parent aaf543d0bc
commit d8b18df831
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<?php
/**
* Configuration file generated by ZFTool
* The previous configuration file is stored in application.config.old
*
* @see https://github.com/zendframework/ZFTool
*/
return array(
'modules' => array(
'DoctrineModule',
'DoctrineORMModule',
'MonarcCore',
'MonarcFO',
),
'module_listener_options' => array(
'module_paths' => array(
'./module',
'./vendor'
),
'config_glob_paths' => array(
'config/autoload/{,*.}{global,local}.php'
)
),
);