mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
* Added environment specific config files.
* Made environment config files set the ActionEnvironment object properties directly.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user