Author: Roland Mas Description: Default deployment is production, not development Index: src/etc/config.ini.d/debug.ini =================================================================== --- src.orig/etc/config.ini.d/debug.ini +++ src/etc/config.ini.d/debug.ini @@ -1,12 +1,12 @@ [core] -; Switch to "production" to remove extra debugging -installation_environment = development +; Switch to "development" or "integration" to add extra debugging +installation_environment = production ; fine-grained control over debugging ; enable debugging at all (overlay the page with pink box) -sysdebug_enable = true +sysdebug_enable = false ; enable the PHP Error Handler (default if sysdebug_enable) sysdebug_phphandler = true