ソースを参照

Replace the LocalConfig.php with the full config

Private wiki with Fr language. Many extensions and gadgets.

This file is the raw output of the browser set-up.
DricomDragon 5 年 前
コミット
0054bb19fd
1 ファイル変更19 行追加4 行削除
  1. 19 4
      Install/Templates/mediawiki/LocalSettings.php

+ 19 - 4
Install/Templates/mediawiki/LocalSettings.php

@@ -56,11 +56,11 @@ $wgDBtype = "postgres";
 $wgDBserver = "localhost";
 $wgDBname = "wiki_db";
 $wgDBuser = "wiki_app";
-$wgDBpassword = "52w7maa..";
+$wgDBpassword = "52w7maa";
 
 # Postgres specific settings
 $wgDBport = "5432";
-$wgDBmwschema = "mediawiki";
+$wgDBmwschema = "assetbot";
 
 ## Shared memory settings
 $wgMainCacheType = CACHE_ACCEL;
@@ -93,14 +93,14 @@ $wgShellLocale = "C.UTF-8";
 # Site language code, should be one of the list in ./languages/data/Names.php
 $wgLanguageCode = "fr";
 
-$wgSecretKey = "f5b3c1f04494decacc1798c03e81b2a63a003b2bd1d0217cdcb276efdb0650c7";
+$wgSecretKey = "68a7abfecbaa6c5f05b00188a21a5e2f969e4ba07a817a6e251ebeacd12fbfd9";
 
 # Changing this will log out all existing sessions.
 $wgAuthenticationTokenVersion = "1";
 
 # Site upgrade key. Must be set to a string (default provided) to turn on the
 # web installer while LocalSettings.php is in place
-$wgUpgradeKey = "b2aef133776fb372";
+$wgUpgradeKey = "bb32c88168ddd07e";
 
 ## For attaching licensing metadata to pages, and displaying an
 ## appropriate copyright notice / icon. GNU Free Documentation
@@ -129,6 +129,21 @@ wfLoadSkin( 'Timeless' );
 wfLoadSkin( 'Vector' );
 
 
+# Enabled extensions. Most of the extensions are enabled by adding
+# wfLoadExtensions('ExtensionName');
+# to LocalSettings.php. Check specific extension documentation for more details.
+# The following extensions were automatically enabled:
+wfLoadExtension( 'CategoryTree' );
+wfLoadExtension( 'Cite' );
+wfLoadExtension( 'CodeEditor' );
+wfLoadExtension( 'Gadgets' );
+wfLoadExtension( 'ImageMap' );
+wfLoadExtension( 'InputBox' );
+wfLoadExtension( 'MultimediaViewer' );
+wfLoadExtension( 'PdfHandler' );
+wfLoadExtension( 'WikiEditor' );
+
+
 # End of automatically generated settings.
 # Add more configuration options below.