* Added environment specific config files.

* Made environment config files set the ActionEnvironment object properties directly.
This commit is contained in:
2009-08-15 21:29:45 +03:00
parent bc4b8979b0
commit ba21fff133
2 changed files with 24 additions and 7 deletions

View File

@@ -12,7 +12,12 @@
# configurations.
#
# ( development | test | staging | production )
$environment = 'development';
$this->env = 'development';
# Default server display mode - Overridden by host
# specific configurations.
$this->mode = 'web';
# When enabled, environment and more is set based