Config override
250 sites
Security covered
This module provides an easier way to override Drupal configuration files. It supports overriding configuration through a site-wide folder, by modules providing their own configuration files, and via environment variables.
Config override
The idea of the module is to make it easier to override configuration.
Override mechanisms
Currently there are two override mechanisms:
- A site wide override folder, you need to specify 'override' in your
settings.php - A module provided override mechanism. A module can override config by
providing some yml files. - Environment variables providing overrides, see http://cgit.drupalcode.org/config_override/plain/README.md
http://nuvole.org/blog/2017/mar/30/our-presentations-drupal-dev-days-sev... gives a good overview of the various workflows you can use with your configuration.