Skip to content

Instantly share code, notes, and snippets.

@mcjim
Created May 28, 2013 16:11
Show Gist options
  • Save mcjim/5663925 to your computer and use it in GitHub Desktop.
Save mcjim/5663925 to your computer and use it in GitHub Desktop.
Local configuration settings for Drupal development. Add to your settings.php file.
$conf['error_level'] = '2';
$conf['block_cache'] = 0;
$conf['cache'] = 0;
$conf['page_compression'] = 0;
$conf['preprocess_css'] = 0;
$conf['preprocess_js'] = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment