Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(feat): add development_mode flag to settings
· fd176b7b
Marcelo Rivera
authored
Jul 10, 2019
and
Mark Harding
committed
Jul 10, 2019
fd176b7b
Merge branch 'feat/disable-vpn-for-staging' into 'master'
· 346f69c7
Mark Harding
authored
Jul 10, 2019
(feat): add development_mode flag to settings Closes
engine#579
See merge request
!1
346f69c7
Hide whitespace changes
Inline
Side-by-side
minds/templates/configMap.yaml
View file @
346f69c7
...
...
@@ -164,6 +164,7 @@ data:
<?php
$CONFIG = Minds\Core\Di\Di::_()->get('Config');
$CONFIG->minds_debug = true;
$CONFIG->development_mode = true;
// Cassandra configuration
$CONFIG->cassandra = (object) [
...
...