Advertisement
Guest User

Untitled

a guest
Jul 18th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. <?php
  2. # This file was automatically generated by the MediaWiki 1.25.3
  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. ## Uncomment this to disable output compression
  19. # $wgDisableOutputCompression = true;
  20.  
  21. $wgSitename = "Wiki Test Forgotten World";
  22. $wgMetaNamespace = "Wiki_Test_Forgotten_World";
  23.  
  24. ## The URL base path to the directory containing the wiki;
  25. ## defaults for all runtime URL paths are based off of this.
  26. ## For more information on customizing the URLs
  27. ## (like /w/index.php/Page_title to /wiki/Page_title) please see:
  28. ## https://www.mediawiki.org/wiki/Manual:Short_URL
  29. $wgScriptPath = "";
  30. $wgScriptExtension = ".php";
  31.  
  32. ## The protocol and server name to use in fully-qualified URLs
  33. $wgServer = "http://wikitest.forgottenworld.it";
  34.  
  35. ## The relative URL path to the skins directory
  36. $wgStylePath = "$wgScriptPath/skins";
  37. $wgResourceBasePath = $wgScriptPath;
  38.  
  39. ## The relative URL path to the logo. Make sure you change this from the default,
  40. ## or else you'll overwrite your logo when you upgrade!
  41. $wgLogo = "http://images.forgottenworld.it/Brand/Logo_wiki_ForgottenWorld.png";
  42.  
  43. ## UPO means: this is also a user preference option
  44.  
  45. $wgEnableEmail = true;
  46. $wgEnableUserEmail = true; # UPO
  47.  
  48. $wgEmergencyContact = "info@forgottenworld.it";
  49. $wgPasswordSender = "info@forgottenworld.it";
  50.  
  51. # SMTP
  52. $wgSMTP = array(
  53. 'host' => "smtp.sparkpostmail.com",
  54. 'IDHost' => "forgottenworld.it",
  55. 'port' => 587,
  56. 'auth' => true,
  57. 'username' => "SMTP_Injection",
  58. 'password' => "d1f53d421e28c48dda22bc066f07fb192ab50a77"
  59. );
  60.  
  61. $wgEnotifUserTalk = false; # UPO
  62. $wgEnotifWatchlist = false; # UPO
  63. $wgEmailAuthentication = true;
  64. $wgEmailConfirmToEdit = true;
  65.  
  66. ## Database settings
  67. $wgDBtype = "mysql";
  68. $wgDBserver = "localhost";
  69. $wgDBname = "wikitest";
  70. $wgDBuser = "Wiki2";
  71. $wgDBpassword = "6GAzn8GSR4v4vW2V";
  72.  
  73. # MySQL specific settings
  74. $wgDBprefix = "";
  75.  
  76. # MySQL table options to use during installation or update
  77. $wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
  78.  
  79. # Experimental charset support for MySQL 5.0.
  80. $wgDBmysql5 = false;
  81.  
  82. ## Shared memory settings
  83. $wgMainCacheType = CACHE_NONE;
  84. $wgMemCachedServers = array();
  85.  
  86. ## To enable image uploads, make sure the 'images' directory
  87. ## is writable, then set this to true:
  88. $wgEnableUploads = true;
  89. #$wgUseImageMagick = false;
  90. #$wgImageMagickConvertCommand = "/usr/bin/convert -resize %wx%h %s %d";
  91.  
  92. # InstantCommons allows wiki to use images from http://commons.wikimedia.org
  93. $wgUseInstantCommons = true;
  94.  
  95. ## If you use ImageMagick (or any other shell command) on a
  96. ## Linux server, this will need to be set to the name of an
  97. ## available UTF-8 locale
  98. $wgShellLocale = "en_US.utf8";
  99.  
  100. ## If you want to use image uploads under safe mode,
  101. ## create the directories images/archive, images/thumb and
  102. ## images/temp, and make them all writable. Then uncomment
  103. ## this, if it's not already uncommented:
  104. #$wgHashedUploadDirectory = false;
  105.  
  106. ## Set $wgCacheDirectory to a writable directory on the web server
  107. ## to make your wiki go slightly faster. The directory should not
  108. ## be publically accessible from the web.
  109. #$wgCacheDirectory = "$IP/cache";
  110.  
  111. # Site language code, should be one of the list in ./languages/Names.php
  112. $wgLanguageCode = "it";
  113.  
  114. $wgSecretKey = "0fffc59222a6677bc639f56a0de1b5fa3c5acffa0164153dfabc57d7fd3d8074";
  115.  
  116. # Site upgrade key. Must be set to a string (default provided) to turn on the
  117. # web installer while LocalSettings.php is in place
  118. $wgUpgradeKey = "9ffbb0cb219de085";
  119.  
  120. ## For attaching licensing metadata to pages, and displaying an
  121. ## appropriate copyright notice / icon. GNU Free Documentation
  122. ## License and Creative Commons licenses are supported so far.
  123. $wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
  124. $wgRightsUrl = "http://www.gnu.org/copyleft/fdl.html";
  125. $wgRightsText = "GNU Free Documentation License 1.3 or later";
  126. $wgRightsIcon = "$wgStylePath/common/images/gnu-fdl.png";
  127.  
  128. # Path to the GNU diff3 utility. Used for conflict resolution.
  129. $wgDiff3 = "/usr/bin/diff3";
  130.  
  131. # Ospiti
  132. $wgGroupPermissions['*']['edit'] = false;
  133. $wgGroupPermissions['*']['createaccount'] = false;
  134. # Membri
  135.  
  136. # Staff Wiki
  137. $wgGroupPermissions['Staff Wiki']['block'] = true;
  138. $wgGroupPermissions['Staff Wiki']['delete'] = true;
  139. $wgGroupPermissions['Staff Wiki']['edit'] = true;
  140. $wgGroupPermissions['Staff Wiki']['createpage'] = true;
  141. $wgGroupPermissions['Staff Wiki']['rollback'] = true;
  142. $wgGroupPermissions['Staff Wiki']['editprotected'] = true;
  143. $wgGroupPermissions['Staff Wiki']['browsearchive'] = true;
  144. $wgGroupPermissions['Staff Wiki']['deletedtext'] = true;
  145. # Supervisore Wiki
  146. $wgGroupPermissions['Supervisore Wiki']['block'] = true;
  147. $wgGroupPermissions['Supervisore Wiki']['delete'] = true;
  148. $wgGroupPermissions['Supervisore Wiki']['edit'] = true;
  149. $wgGroupPermissions['Supervisore Wiki']['createpage'] = true;
  150. $wgGroupPermissions['Supervisore Wiki']['rollback'] = true;
  151. $wgGroupPermissions['Supervisore Wiki']['editprotected'] = true;
  152. $wgGroupPermissions['Supervisore Wiki']['browsearchive'] = true;
  153. $wgGroupPermissions['Supervisore Wiki']['deletedtext'] = true;
  154. $wgGroupPermissions['Supervisore Wiki']['move'] = true;
  155. $wgGroupPermissions['Supervisore Wiki']['bigdelete'] = true;
  156. $wgGroupPermissions['Supervisore Wiki']['deletedhistory'] = true;
  157. $wgGroupPermissions['Supervisore Wiki']['deletedtext'] = true;
  158. $wgGroupPermissions['Supervisore Wiki']['undelete'] = true;
  159. $wgGroupPermissions['Supervisore Wiki']['protect'] = true;
  160. $wgGroupPermissions['Supervisore Wiki']['import'] = true;
  161. $wgGroupPermissions['Supervisore Wiki']['importupload'] = true;
  162. $wgGroupPermissions['Supervisore Wiki']['userrights'] = true;
  163.  
  164. ## Default skin: you can change the default skin. Use the internal symbolic
  165. ## names, ie 'vector', 'monobook':
  166. $wgDefaultSkin = "Vector";
  167.  
  168. # Enabled skins.
  169. # The following skins were automatically enabled:
  170. wfLoadSkin( 'CologneBlue' );
  171. wfLoadSkin( 'Modern' );
  172. wfLoadSkin( 'MonoBook' );
  173. wfLoadSkin( 'VectorFW' );
  174.  
  175.  
  176. # End of automatically generated settings.
  177. # Add more configuration options below.
  178.  
  179. $wgEnableAPI = "true";
  180. $wgEnableWriteAPI = "true";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement