Skip to content

Instantly share code, notes, and snippets.

@eeinsider
Created July 12, 2010 02:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eeinsider/472067 to your computer and use it in GitHub Desktop.
Save eeinsider/472067 to your computer and use it in GitHub Desktop.
<?php
// Debugging and performance
$config['show_profiler'] = 'n'; # y/n
$config['template_debugging'] = 'n'; # y/n
$config['debug'] = '1'; # 0: no PHP/SQL errors shown. 1: Errors shown to Super Admins. 2: Errors shown to everyone.
$config['disable_all_tracking'] = 'y'; # y/n
$config['enable_sql_caching'] = 'n'; # Cache Dynamic Channel Queries?
$config['email_debug'] = 'n'; # y/n
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment