Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. <?php
  2. # This file was automatically generated by the MediaWiki 1.31.1
  3. # installer. If you make manual changes, please keep track in case you
  4. # need to recreate them later.
  5. #
  6. # See includes/DefaultSettings.php for all configurable settings
  7. # and their default values, but don't forget to make changes in _this_
  8. # file, not there.
  9. #
  10. # Further documentation for configuration settings may be found at:
  11. # https://www.mediawiki.org/wiki/Manual:Configuration_settings
  12.  
  13. # Protect against web entry
  14. if ( !defined( 'MEDIAWIKI' ) ) {
  15. exit;
  16. }
  17.  
  18.  
  19. ## Uncomment this to disable output compression
  20. # $wgDisableOutputCompression = true;
  21.  
  22. $wgSitename = "Galactic Galaxy";
  23. $wgMetaNamespace = "Galactic_Galaxy";
  24.  
  25. ## The URL base path to the directory containing the wiki;
  26. ## defaults for all runtime URL paths are based off of this.
  27. ## For more information on customizing the URLs
  28. ## (like /w/index.php/Page_title to /wiki/Page_title) please see:
  29. ## https://www.mediawiki.org/wiki/Manual:Short_URL
  30. $wgScriptPath = "/wiki";
  31.  
  32. ## The protocol and server name to use in fully-qualified URLs
  33. $wgServer = "http://142.93.13.252";
  34.  
  35. ## The URL path to static resources (images, scripts, etc.)
  36. $wgResourceBasePath = $wgScriptPath;
  37.  
  38. ## The URL path to the logo. Make sure you change this from the default,
  39. ## or else you'll overwrite your logo when you upgrade!
  40. $wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";
  41.  
  42. ## UPO means: this is also a user preference option
  43.  
  44. $wgEnableEmail = true;
  45. $wgEnableUserEmail = true; # UPO
  46.  
  47. $wgEmergencyContact = "galactic.galaxy1337@gmail.com";
  48. $wgPasswordSender = "galactic.galaxy1337@gmail.com";
  49.  
  50. $wgEnotifUserTalk = true; # UPO
  51. $wgEnotifWatchlist = true; # UPO
  52. $wgEmailAuthentication = true;
  53.  
  54. ## Database settings
  55. $wgDBtype = "mysql";
  56. $wgDBserver = "localhost";
  57. $wgDBname = "my_wiki";
  58. $wgDBuser = "wiki";
  59. $wgDBpassword = "Sp0ckLNim0y";
  60.  
  61. # MySQL specific settings
  62. $wgDBprefix = "";
  63.  
  64. # MySQL table options to use during installation or update
  65. $wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
  66.  
  67. ## Shared memory settings
  68. $wgMainCacheType = CACHE_NONE;
  69. $wgMemCachedServers = [];
  70.  
  71. ## To enable image uploads, make sure the 'images' directory
  72. ## is writable, then set this to true:
  73. $wgEnableUploads = true;
  74. #$wgUseImageMagick = true;
  75. #$wgImageMagickConvertCommand = "/usr/bin/convert";
  76.  
  77. # InstantCommons allows wiki to use images from https://commons.wikimedia.org
  78. $wgUseInstantCommons = true;
  79.  
  80. # Periodically send a pingback to https://www.mediawiki.org/ with basic data
  81. # about this MediaWiki instance. The Wikimedia Foundation shares this data
  82. # with MediaWiki developers to help guide future development efforts.
  83. $wgPingback = false;
  84.  
  85. ## If you use ImageMagick (or any other shell command) on a
  86. ## Linux server, this will need to be set to the name of an
  87. ## available UTF-8 locale
  88. $wgShellLocale = "C.UTF-8";
  89.  
  90. ## Set $wgCacheDirectory to a writable directory on the web server
  91. ## to make your wiki go slightly faster. The directory should not
  92. ## be publically accessible from the web.
  93. #$wgCacheDirectory = "$IP/cache";
  94.  
  95. # Site language code, should be one of the list in ./languages/data/Names.php
  96. $wgLanguageCode = "en";
  97.  
  98. $wgSecretKey = "f1934ab0a957e74643049f0d5ad2d68b2d4273224b13fba02318ab8a70e19a77";
  99.  
  100. # Changing this will log out all existing sessions.
  101. $wgAuthenticationTokenVersion = "1";
  102.  
  103. # Site upgrade key. Must be set to a string (default provided) to turn on the
  104. # web installer while LocalSettings.php is in place
  105. $wgUpgradeKey = "839690877e4052e5";
  106.  
  107. ## For attaching licensing metadata to pages, and displaying an
  108. ## appropriate copyright notice / icon. GNU Free Documentation
  109. ## License and Creative Commons licenses are supported so far.
  110. $wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
  111. $wgRightsUrl = "https://creativecommons.org/licenses/by/4.0/";
  112. $wgRightsText = "Creative Commons Attribution";
  113. $wgRightsIcon = "$wgResourceBasePath/resources/assets/licenses/cc-by.png";
  114.  
  115. # Path to the GNU diff3 utility. Used for conflict resolution.
  116. $wgDiff3 = "/usr/bin/diff3";
  117.  
  118. # The following permissions were set based on your choice in the installer
  119. $wgGroupPermissions['*']['createaccount'] = false;
  120. $wgGroupPermissions['*']['edit'] = false;
  121.  
  122. ## Default skin: you can change the default skin. Use the internal symbolic
  123. ## names, ie 'vector', 'monobook':
  124. $wgDefaultSkin = "timeless";
  125.  
  126. # Enabled skins.
  127. # The following skins were automatically enabled:
  128. wfLoadSkin( 'MonoBook' );
  129. wfLoadSkin( 'Timeless' );
  130. wfLoadSkin( 'Vector' );
  131.  
  132.  
  133. # Enabled extensions. Most of the extensions are enabled by adding
  134. # wfLoadExtensions('ExtensionName');
  135. # to LocalSettings.php. Check specific extension documentation for more details.
  136. # The following extensions were automatically enabled:
  137. wfLoadExtension( 'CiteThisPage' );
  138. wfLoadExtension( 'CodeEditor' );
  139. wfLoadExtension( 'ConfirmEdit' );
  140. wfLoadExtension( 'Interwiki' );
  141. wfLoadExtension( 'Nuke' );
  142. wfLoadExtension( 'OATHAuth' );
  143. wfLoadExtension( 'PdfHandler' );
  144. wfLoadExtension( 'Renameuser' );
  145. wfLoadExtension( 'ReplaceText' );
  146. wfLoadExtension( 'SpamBlacklist' );
  147. wfLoadExtension( 'TitleBlacklist' );
  148. wfLoadExtension( 'WikiEditor' );
  149.  
  150.  
  151. # End of automatically generated settings.
  152. # Add more configuration options below.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement