Actions
Feature #43582
closedImplement a Environment Switch to LocalConfiguration
Start date:
2012-12-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
medium
Sprint Focus:
Description
It would be nice to have a Environment Switch in the LocalConfiguration.
Something like in Flow would be awesome.
In the Vhost Configuration:
<VirtualHost *:80> ... SetEnv TYPO_CMS_CONTEXT Development </VirtualHost>
Which automatic uses the Development key of the array:
return array( 'Production' => array( 'BE' => array( ), 'DB' => array( ), 'EXT' => array( ), 'GFX' => array( ), 'SYS' => array( ) ), 'Development' => array( 'BE' => array( ), 'DB' => array( ), 'EXT' => array( ), 'GFX' => array( ), 'SYS' => array( ) ) );
Files
Actions