Skip to content

Commit 847ce17

Browse files
committed
Add example of Environment Indicator config in settings.php.
1 parent c5deae4 commit 847ce17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ Environment::commandExists('composer');
7171
```php
7272
use DrupalEnvironment\Environment;
7373

74+
// Add configuration for the Environment Indicator module.
75+
$config['environment_indicator.indicator'] = Environment::getIndicatorConfig();
76+
7477
if (Environment::isProduction()) {
7578
// Set some production environment settings overrides.
7679
}

0 commit comments

Comments
 (0)