Created
September 8, 2016 03:20
-
-
Save jmickela/f7bd8e641e8868d1968f28f1f05e8837 to your computer and use it in GitHub Desktop.
Sample Drupal dev environment settings.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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