Hi,
to test changes to operations/mediawiki-config, I'd like to display the settings for a given wiki.
So far I figured out:
| <?php
| $IP = 'wmf-config'; | $cluster = 'pmtpa';
| require ('/home/tim/public_html/w/includes/SiteConfiguration.php'); | require ('wmf-config/wgConf.php');
| var_dump ($wgConf->getAll ([...]));
However, all my creativity regarding parameters to getAll() only returned an empty array.
What would be the parameters needed for example to get the settings for de.wikipedia.org?
TIA, Tim