########################################################################################## # LOCAL SETTINGS ######################################################################################### $wgBugzillaDomainNames = array( "url.to.your.bugzilla.install" ); $wgMinimalPasswordLength = 6; #If using mediawiki 1.5. Note: 1 is the minimum, feel free to go higher require_once( 'includes/BugzillaAuthentication.php' ); $wgAuth = new BugzillaAuthenticationPlugin(); $wgBugzillaDBserver = "dbserver"; $wgBugzillaDBname = "dbname"; $wgBugzillaDBuser = "dbuser"; $wgBugzillaDBpassword = "dbpassword"; $wgBugzillaDBprefix = ""; $wgBugzillaUseLocal = false; # allow local access?