104762e87bd212d0b96507cbd0baf47d75921549
[zf2.biz/galerie.git] / config / autoload / global.php
1 <?php
2 /**
3  * Global Configuration Override
4  *
5  * You can use this file for overriding configuration values from modules, etc.
6  * You would place values in here that are agnostic to the environment and not
7  * sensitive to security.
8  *
9  * @NOTE: In practice, this file will typically be INCLUDED in your source
10  * control, so do not include passwords or other sensitive information in this
11  * file.
12  */
13
14 return array(
15     // ...
16 );