4 Environment Indicator adds a coloured strip to the side of the site informing
5 the user which environment they are in (Development, Staging Production etc).
7 For a full description visit the project page:
8 http://drupal.org/project/environment_indicator
10 Bug reports, feature suggestions and latest developments:
11 http://drupal.org/project/issues/environment_indicator
21 * Install as usual, see http://drupal.org/node/70151 for further information.
26 You may configure the environment at /admin/settings/environment_indicator
28 You can also override settings in settings.php, allowing you to have different
29 settings for each of your environments. All configuration variables can be
30 overridden in settings.php, but the most common three are:
32 environment_indicator_text
33 The text that will be displayed vertically down the indicator.
34 e.g: $conf['environment_indicator_text'] = 'DEVELOPMENT SERVER';
36 environment_indicator_color
38 e.g: $conf['environment_indicator_color'] = 'dark-red';
40 environment_indicator_enabled
41 A boolean value indicating whether the Environment Indicator should be
42 enabled or not. On your production environment, you should probably set
44 e.g: $conf['environment_indicator_enabled'] = FALSE;
50 * Tom Kirkpatrick (mrfelton), www.systemseed.com
53 This project has been sponsored by:
54 * SystemSeed - Visit http://www.systemseed.com for more information.