Update LocalSettings.php
This commit is contained in:
parent
4e0bdf9310
commit
57eb89083f
1 changed files with 5 additions and 5 deletions
|
|
@ -43,8 +43,8 @@ $wgLogos = [ '1x' => "$wgResourceBasePath/resources/assets/wiki.png" ];
|
||||||
$wgEnableEmail = true;
|
$wgEnableEmail = true;
|
||||||
$wgEnableUserEmail = true; # UPO
|
$wgEnableUserEmail = true; # UPO
|
||||||
|
|
||||||
$wgEmergencyContact = "conradschulz@gmail.com";
|
$wgEmergencyContact = "RD13Soft@gmail.com";
|
||||||
$wgPasswordSender = "conradschulz@gmail.com";
|
$wgPasswordSender = "RD13Soft@gmail.com";
|
||||||
|
|
||||||
$wgEnotifUserTalk = true; # UPO
|
$wgEnotifUserTalk = true; # UPO
|
||||||
$wgEnotifWatchlist = true; # UPO
|
$wgEnotifWatchlist = true; # UPO
|
||||||
|
|
@ -52,7 +52,7 @@ $wgEmailAuthentication = true;
|
||||||
|
|
||||||
## Database settings
|
## Database settings
|
||||||
$wgDBtype = "mysql";
|
$wgDBtype = "mysql";
|
||||||
$wgDBserver = "10.0.2.6";
|
$wgDBserver = "10.0.5.6";
|
||||||
$wgDBname = "rd13_mediawiki";
|
$wgDBname = "rd13_mediawiki";
|
||||||
$wgDBuser = "wikiuser";
|
$wgDBuser = "wikiuser";
|
||||||
$wgDBpassword = "rd13mediawikidbpw";
|
$wgDBpassword = "rd13mediawikidbpw";
|
||||||
|
|
@ -101,14 +101,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 = "29d64632779d0cae7e6ab5b6236cecb00330fc414b37c894f08b7e82ba5e3d85";
|
$wgSecretKey = "492d8002caa0078d866663a42bce5b38acc1825e4c7596106ec62c97ababf3ff";
|
||||||
|
|
||||||
# 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 = "74aac39ff9390d7b";
|
$wgUpgradeKey = "5051c93eb9140ca8";
|
||||||
|
|
||||||
## 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue