Skip to content

Instantly share code, notes, and snippets.

@mpgeek
Last active August 29, 2015 13:57
Show Gist options
  • Save mpgeek/9765468 to your computer and use it in GitHub Desktop.
Save mpgeek/9765468 to your computer and use it in GitHub Desktop.
Environment Indicator Overrides in settings.php
$conf['environment_indicator_overwrite'] = TRUE;
$conf['environment_indicator_overwritten_name'] = 'LOCAL DEV';
$conf['environment_indicator_overwritten_color'] = '#336633';
$conf['environment_indicator_overwritten_position'] = 'top';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment