Michael Daly michael.daly@kayakwiki.org writes:
Why not put the server URL into AdminSettings.php where all the other maintenance script info goes? No sense using LocalSettings.php for nothing.
Say, can I put the AdminSettings contents into LocalSettings and thus not need to maintain an extra file? It seems LocalSettings gets read anyway every time I fire up a maintenance script. I'll just do $wgDBadminuser=$wgDBuser='neurdsworth'; etc. and be done with it. P.S., No need to uncomment $wgEnableProfileInfo = false; in AdminSettings.sample, as it is the default.