You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many different Drupal development and hosting platforms that would like to inject their settings into a Drupal installation without formally writing it to the settings.php.
This pull request allows this through a $_SERVER['SERVER_SETTINGS'] value that can be injected in a variety of ways. This is the method we have used at Pantheon to inject our settings for years, but would love for it to be more cleanly supported in Backdrop.
I think that would be great. It would be great to have Backdrop running on Pantheon without the clunky patch to bootstrap.inc that we need to do for Drupal sites.
There are many different Drupal development and hosting platforms that would like to inject their settings into a Drupal installation without formally writing it to the settings.php.
This pull request allows this through a $_SERVER['SERVER_SETTINGS'] value that can be injected in a variety of ways. This is the method we have used at Pantheon to inject our settings for years, but would love for it to be more cleanly supported in Backdrop.
Reference: backdrop/backdrop#60
The text was updated successfully, but these errors were encountered: