mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Some cleanup, and code style changes.
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
# configurations.
|
||||
#
|
||||
# ( development | test | staging | production )
|
||||
$this->environment = 'development';
|
||||
$this->environment = "development";
|
||||
|
||||
|
||||
# Default server display mode - Overridden by host
|
||||
# specific configurations.
|
||||
$this->mode = 'web';
|
||||
$this->mode = "web";
|
||||
|
||||
|
||||
# When enabled, environment and more is set based
|
||||
|
||||
Reference in New Issue
Block a user