"localhost", 'dbname' => "wikidb", 'user' => "wikiuser", 'password' => "", 'type' => "postgres", 'flags' => DBO_TRX, 'load' => 0, ), array( 'host' => "localhost", 'dbname' => "wikidb", 'user' => "wikiuser", 'password' => "", 'type' => "postgres", 'flags' => DBO_TRX, 'load' => 1, ), ); /* $wgAllDBsAreLocalhost = true; */ ## Shared memory settings $wgMainCacheType = CACHE_NONE; $wgMemCachedServers = array(); ## To enable image uploads, make sure the 'images' directory ## is writable, then set this to true: $wgEnableUploads = false; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; ## If you use ImageMagick (or any other shell command) on a ## Linux server, this will need to be set to the name of an ## available UTF-8 locale $wgShellLocale = "en_US.utf8"; ## If you want to use image uploads under safe mode, ## create the directories images/archive, images/thumb and ## images/temp, and make them all writable. Then uncomment ## this, if it's not already uncommented: # $wgHashedUploadDirectory = false; ## If you have the appropriate support software installed ## you can enable inline LaTeX equations: $wgUseTeX = false; ## Set $wgCacheDirectory to a writable directory on the web server ## to make your wiki go slightly faster. The directory should not ## be publically accessible from the web. #$wgCacheDirectory = "$IP/cache"; $wgLocalInterwiki = strtolower( $wgSitename ); $wgLanguageCode = "en"; $wgSecretKey = "26d8a994f3bfef9dc8a297cfede6836ec59af7fab7824c5c57ab7cb145b3ff90"; ## Default skin: you can change the default skin. Use the internal symbolic ## names, ie 'vector', 'monobook': $wgDefaultSkin = 'monobook'; ## For attaching licensing metadata to pages, and displaying an ## appropriate copyright notice / icon. GNU Free Documentation ## License and Creative Commons licenses are supported so far. # $wgEnableCreativeCommonsRdf = true; $wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright $wgRightsUrl = ""; $wgRightsText = ""; $wgRightsIcon = ""; # $wgRightsCode = ""; # Not yet used $wgDiff3 = "/usr/bin/diff3"; # When you make changes to this configuration file, this will make # sure that cached pages are cleared. $wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); $wgDebugLogFile = "/home/irene/work/txcache/src/mediawiki-1.16.0/wiki.log"; $wgShowSQLErrors = true; $wgDebugDumpSql = true; $wgDisableCounters = true; $wgEnableParserCache = false; $wgShowExceptionDetails = true;