Skip to content
Snippets Groups Projects
Commit 4ec7a2ec authored by Dario Giovannetti's avatar Dario Giovannetti Committed by Florian Pritz
Browse files

archwiki: Remind LocalSettings.php variables

parent de65ba44
No related branches found
No related tags found
1 merge request!516archwiki: merge LocalSettings.archlinux.org.php from the archwiki git repo into LocalSettings.php.j2
......@@ -15,6 +15,20 @@ if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
##
## LocalSettings.php
##
#$wgDBname = "XXX";
#$wgDBuser = "XXX";
#$wgDBpassword = "XXX";
#$wgSecretKey = "XXX";
#$wgUpgradeKey = "XXX";
#require_once( "$IP/extensions/FunnyQuestion/FunnyQuestion.php" );
#$wgFunnyQuestionHash = "XXX";
#$wgFunnyQuestions = array();
##
## General settings
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment