Skip to content

Instantly share code, notes, and snippets.

@jmickela
Created September 8, 2016 03:20
Show Gist options
  • Save jmickela/f7bd8e641e8868d1968f28f1f05e8837 to your computer and use it in GitHub Desktop.
Save jmickela/f7bd8e641e8868d1968f28f1f05e8837 to your computer and use it in GitHub Desktop.
Sample Drupal dev environment settings.
<?php
$conf['qs_module_settings']['enabled'] = array(
'devel',
);
$conf['qs_module_settings']['disabled'] = array(
'googleanalytics',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment