Created
July 26, 2016 13:22
-
-
Save jamiehollern/04146d7381c4bc7b2555dc98c7efee3f to your computer and use it in GitHub Desktop.
Drush config shortcuts for settings.local.php
This file contains hidden or 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 | |
// Config import shortcuts. | |
$dirs = array( | |
'base', | |
'dev', | |
'stage', | |
'prod', | |
); | |
foreach ($dirs as $dir) { | |
$config_directories[$dir] = '../config/' . $dir; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment