MonarcAppFO/config/application.config.php-dist-BO

25 lines
563 B
Plaintext
Raw Normal View History

2016-04-12 14:39:18 +02:00
<?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',
2016-04-20 14:26:50 +02:00
'MonarcBO',
2016-04-12 14:39:18 +02:00
),
'module_listener_options' => array(
'module_paths' => array(
'./module',
'./vendor'
),
'config_glob_paths' => array(
'config/autoload/{,*.}{global,local}.php'
)
),
);