We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5deae4 commit 847ce17Copy full SHA for 847ce17
README.md
@@ -71,6 +71,9 @@ Environment::commandExists('composer');
71
```php
72
use DrupalEnvironment\Environment;
73
74
+// Add configuration for the Environment Indicator module.
75
+$config['environment_indicator.indicator'] = Environment::getIndicatorConfig();
76
+
77
if (Environment::isProduction()) {
78
// Set some production environment settings overrides.
79
}
0 commit comments