Update Example Settings.php

This commit is contained in:
Conrad Schulz 2021-01-09 17:40:13 +01:00
parent 7533d12a77
commit 738c64b388

View file

@ -19,7 +19,8 @@ if ( !defined( 'MEDIAWIKI' ) ) {
## Uncomment this to disable output compression ## Uncomment this to disable output compression
# $wgDisableOutputCompression = true; # $wgDisableOutputCompression = true;
$wgSitename = "CoLa-Wissensdatenbank"; $wgSitename = "CoLa Wissensdatenbank";
$wgMetaNamespace = "CoLa_Wissensdatenbank";
## The URL base path to the directory containing the wiki; ## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this. ## defaults for all runtime URL paths are based off of this.
@ -110,14 +111,14 @@ $wgShellLocale = "C.UTF-8";
# Site language code, should be one of the list in ./languages/data/Names.php # Site language code, should be one of the list in ./languages/data/Names.php
$wgLanguageCode = "de"; $wgLanguageCode = "de";
$wgSecretKey = "fd1587e1fdc6eb88687a1d18525db92ebf214317ee4760689135f0331e05999c"; $wgSecretKey = "1c48a35b70beac25438b7712971ad16055017925636173b2bbcafc355170cfd3";
# Changing this will log out all existing sessions. # Changing this will log out all existing sessions.
$wgAuthenticationTokenVersion = "1"; $wgAuthenticationTokenVersion = "1";
# Site upgrade key. Must be set to a string (default provided) to turn on the # Site upgrade key. Must be set to a string (default provided) to turn on the
# web installer while LocalSettings.php is in place # web installer while LocalSettings.php is in place
$wgUpgradeKey = "2e8fbf3267405b69"; $wgUpgradeKey = "d1afea5946b0a23b";
## For attaching licensing metadata to pages, and displaying an ## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation ## appropriate copyright notice / icon. GNU Free Documentation
@ -163,7 +164,6 @@ wfLoadExtension( 'LocalisationUpdate' );
wfLoadExtension( 'MultimediaViewer' ); wfLoadExtension( 'MultimediaViewer' );
wfLoadExtension( 'Nuke' ); wfLoadExtension( 'Nuke' );
wfLoadExtension( 'OATHAuth' ); wfLoadExtension( 'OATHAuth' );
wfLoadExtension( 'PageImages' );
wfLoadExtension( 'ParserFunctions' ); wfLoadExtension( 'ParserFunctions' );
wfLoadExtension( 'PdfHandler' ); wfLoadExtension( 'PdfHandler' );
wfLoadExtension( 'Poem' ); wfLoadExtension( 'Poem' );