Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki
/Computerisms/sites/wiki.computerisms.com/LocalSettings.php: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(No difference)
|
Latest revision as of 01:20, 19 September 2013
Note: Take the top part from the installer, only add the bottom part
<?php if ( !defined( 'MEDIAWIKI' ) ) { exit; } $wgSitename = "ComputerismsHelpPages"; $wgScriptPath = ""; $wgScriptExtension = ".php"; $wgServer = "https://wiki.computerisms.com"; $wgStylePath = "$wgScriptPath/skins"; $wgLogo = "$wgStylePath/common/images/computerisms.logo.png"; $wgEnableEmail = false; $wgEnableUserEmail = true; # UPO $wgEmergencyContact = "apache@wiki.computerisms.com"; $wgPasswordSender = "apache@wiki.computerisms.com"; $wgEnotifUserTalk = false; # UPO $wgEnotifWatchlist = false; # UPO $wgEmailAuthentication = true; $wgDBtype = "postgres"; $wgDBserver = ""; $wgDBname = "helpwiki"; $wgDBuser = "wiki"; $wgDBpassword = "DBMinion"; $wgDBport = ""; $wgDBmwschema = "mediawiki"; $wgMainCacheType = CACHE_ACCEL; $wgMemCachedServers = array(); $wgEnableUploads = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; $wgUseInstantCommons = false; $wgShellLocale = "en_CA.utf8"; $wgLanguageCode = "en"; $wgSecretKey = "0891bd9a573536a4172ee4e207c94e07d8f7e3d4c44df52bc8c650ffa78ddcf5"; $wgUpgradeKey = "1fd7c83b6b31da7e"; $wgDefaultSkin = "vector"; $wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright $wgRightsUrl = ""; $wgRightsText = ""; $wgRightsIcon = ""; $wgDiff3 = "/usr/bin/diff3"; $wgResourceLoaderMaxQueryLength = -1; ###EVERYTHING ABOVE IS AUTO-GENERATED BY INSTALLER PROCESS ###EVERYTHING BELOW IS ADDITIONAL CONFIGURATION require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" ); $wgAuth = new LdapAuthenticationPlugin(); $wgLDAPDomainNames = array( "COMPUTERISMS.COM" ); $wgLDAPServerNames = array( "COMPUTERISMS.COM" => "houselian.computerisms.com" ); $wgLDAPSearchStrings = array( "COMPUTERISMS.COM" => "USER-NAME@COMPUTERISMS.COM" ); $wgLDAPEncryptionType = array( "COMPUTERISMS.COM" => "clear" ); $wgFileExtensions = array('png','gif','jpg','jpeg','doc','xls','mpp','pdf','ppt','tiff','bmp','docx', 'xlsx', 'pptx','ps','odt','ods','odp','odg');