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
#1
Updated by Sebastian Sommer almost 12 years ago
Attached an mockup to deal with that on the install tool.
Updated by Tobias Liebig almost 12 years ago
- Category changed from Backend API to Install Tool
- Complexity changed from easy to medium
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
AdditionalConfiguration is to be used for this
Actions