env

"This project implements code to make Drupal's configuration (settings.php) environment-dependent, so that you can have different sets of configurations in dev, staging and production. "

 

Sandbox project:

 https://drupal.org/sandbox/dshumaker/2110755

Adds module enabling per machine environment to the env project.

Preamble
A great feature of the env project is that you can set your $conf variable per machine that your site is running on . That is great for variables but I wanted it for modules as well - so dev_env does that.

Features

  • Customized drupal configuration settings per machine environment
  • Module enabling and disabling per environment

Tags

External References

Article Type

Drupal Module: Common