MediaWiki should allow settings to be loaded from LocalSettings.json or LocalSettings.yaml, without the need to have a LocalSettings.php file.
NOTE: this is part of prototyping a solution for T292402
MediaWiki should allow settings to be loaded from LocalSettings.json or LocalSettings.yaml, without the need to have a LocalSettings.php file.
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Allow main settings file to be selected via env variable. | mediawiki/core | master | +107 -24 |
Change 738283 had a related patch set uploaded (by Daniel Kinzler; author: Daniel Kinzler):
[mediawiki/core@master] Allow $wgSettings to be used in LocalSettings.
Change 739312 had a related patch set uploaded (by Daniel Kinzler; author: Daniel Kinzler):
[mediawiki/core@master] Add support for LocalSettings.json
Change 739312 merged by jenkins-bot:
[mediawiki/core@master] Allow main settings file to be selected via env variable.