Skip to content

Instantly share code, notes, and snippets.

@benhosmer
Created May 8, 2014 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benhosmer/a90a6e9eba800f7489ea to your computer and use it in GitHub Desktop.
Save benhosmer/a90a6e9eba800f7489ea to your computer and use it in GitHub Desktop.
Drupal local development settings.php
$conf = array(
'environment_indicator_enabled' => 1,
'environment_indicator_position' => 'left',
'environment_indicator_margin' => 1,
'environment_indicator_text' => 'LOCAL DEVELOPMENT',
'environment_indicator_color' => '#21d00c',
'environment_indicator_suppress_pages' => 'imagecrop/*',
'reroute_email_enable' => 1,
'reroute_email_address' => 'no-reply@localhost.dev',
'reroute_email_enable_message' => 1,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment