Archived
1
0
Fork 0

application/configs/application.sample.ini: Make frontController throw exceptions in development environment.

This commit is contained in:
Henrik Hautakoski 2015-01-31 13:45:13 +01:00
parent 67f6905fca
commit 401fd36131

View file

@ -26,7 +26,11 @@ resources.db.isDefaultTableAdapter = true
phpSettings.display_startup_errors = 0
phpSettings.display_errors = 0
resources.frontController.throwExceptions = false
[development : production]
// Error settings
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
resources.frontController.throwExceptions = true