Remove references to application environment.
[zf2.biz/application_blanche.git] / config / application.config.php
index 273ebbe..ece654c 100644 (file)
@@ -8,8 +8,7 @@ return array(
         'Application',
     ),
     'module_listener_options' => array( 
-        'config_cache_enabled'    => false,
-        'cache_dir'               => realpath(dirname(__DIR__) . '/data/cache'),
-        'application_environment' => getenv('APPLICATION_ENV'),
+        'config_cache_enabled' => false,
+        'cache_dir'            => realpath(dirname(__DIR__) . '/data/cache'),
     ),
 );