diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.default.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php index 5287b51b..bcfcc89c 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -1,6 +1,8 @@ <?php +// Set to development to enable debugging messages +$environment = 'production'; -// Enable maintenance mode (showin a static page) +// Enable maintenance mode (show a static page) $maintenance_mode = false; // URL to the angel faq and job description |