Guest User

Untitled

a guest
Nov 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [default]
  2.  
  3. ; PHP Settings
  4. phpSettings.display_startup_errors = 1
  5. phpSettings.display_errors = 1
  6. phpSettings.error_reporting = E_ALL | E_STRICT | E_DEPRECATED
  7. phpSettings.memory_limit = 512M
  8.  
  9. ; ZF Application Config
  10. resources.frontController.params.displayExceptions = 1
  11.  
  12. ; EMERG 0; ALERT 1; CRIT 2; ERR 3; WARN 4; NOTICE 5; INFO 6; DEBUG 7;
  13. logPriority = 7
  14. logDir = /var/log/mkx2
  15.  
  16. ; Email
  17. comm.mail.transport.class = 'Zend_Mail_Transport_Sendmail'
  18. comm.mail.transport.options[] = ''
Add Comment
Please, Sign In to add comment