Module Description
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.
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.
Module Link
Project Usage
167
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to simplify the process of overriding configuration settings in Drupal by providing site-wide and module-specific override mechanisms.
Data Name
config_override