Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Server Specified Database and Configuration Settings #90

Closed
populist opened this issue Sep 20, 2013 · 3 comments
Closed

Support for Server Specified Database and Configuration Settings #90

populist opened this issue Sep 20, 2013 · 3 comments

Comments

@populist
Copy link

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

@quicksketch
Copy link
Member

I'd like to make sure we get this into 1.0.0. I'll try to take on the old PR, update for the latest APIs, and then build out some basic tests for it.

@populist
Copy link
Author

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.

@quicksketch
Copy link
Member

Doh, apparently I made a new issue for this. However, it's now done. :)

Fixed in #281.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants