by
Shibin Das
www.drupal.org/u/d34dman
s.das.ext@rmh-media.com
Configuration Manager
for running
multiple sites from same codebase
Multiple sites are run from same codebase (think Drupal multisite), with few variations present between each sites.
Using this strategy we can setup instance specific values via environment variables.
Lack of overview -> Awesome overview
Manual Error -> Fewer
NOTE: There is an added complexity of copying the difference in configuration manually. However this is easier to code review and test.
Isolated config -> Identical config
Solved by using same config folder for all sites.
Increased maintenance -> Saves time
As a rule of thumb, all features are preset on Blueprint (default site).
So development always happen in Blueprint environment. This means,
Exponential complexity -> Manageable
RMH Config supports,