Guest User

Untitled

a guest
Nov 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. <?php
  2. # This file was automatically generated by the MediaWiki 1.27.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# Protect against web entry
  12. if ( !defined( 'MEDIAWIKI' ) ) {
  13. exit;
  14. }## Uncomment this to disable output compression
  15. # $wgDisableOutputCompression = true;$wgSitename = "My Wiki";
  16. $wgMetaNamespace = "My_Wiki";$wgScriptPath = "";## The protocol and server name to use in fully-qualified URLs
  17. $wgServer = "http://52.66.15.34";## The URL path to static resources (images, scripts, etc.)
  18. $wgResourceBasePath = $wgScriptPath;## The URL path to the logo. Make sure you change this from the default,
  19. ## or else you'll overwrite your logo when you upgrade!
  20. $wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";## UPO means: this is also a user preference option$wgEnableEmail = true;
  21. $wgEnableUserEmail = true; # UPO$wgEmergencyContact = "apache@52.66.15.34";
  22. $wgPasswordSender = "apache@52.66.15.34";$wgEnotifUserTalk = false; # UPO
  23. $wgEnotifWatchlist = false; # UPO
  24. $wgEmailAuthentication = true;## Database settings
  25. $wgDBtype = "mysql";
  26. $wgDBserver = "localhost";
  27. $wgDBname = "mediawiki";
  28. $wgDBuser = "wikiuser";
  29. $wgDBpassword = "StrongPassword";# MySQL specific settings
  30. $wgDBprefix = "";# MySQL table options to use during installation or update
  31. $wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";# Experimental charset support for MySQL 5.0.
  32. $wgDBmysql5 = false;## Shared memory settings
  33. $wgMainCacheType = CACHE_NONE;
  34. $wgMemCachedServers = [];## To enable image uploads, make sure the 'images' directory
  35. ## is writable, then set this to true:
  36. $wgEnableUploads = false;
  37. #$wgUseImageMagick = true;
  38. #$wgImageMagickConvertCommand = "/usr/bin/convert";# InstantCommons allows wiki to use images from https://commons.wikimedia.org
  39. $wgUseInstantCommons = false;$wgShellLocale = "en_US.utf8";# Site language code, should be one of the list in ./languages/data/Names.php
  40. $wgLanguageCode = "en";$wgSecretKey = "295cb2055ee4b38e1b8f3462e549703437bf7f6f576efde211a0c2ec1069576f";# Changing this will log out all existing sessions.
  41. $wgAuthenticationTokenVersion = "1";$wgUpgradeKey = "2ace25d296cd5b32";$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
  42. $wgRightsUrl = "";
  43. $wgRightsText = "";
  44. $wgRightsIcon = "";$wgDiff3 = "/usr/bin/diff3";$wgDefaultSkin = "vector";
  45. wfLoadSkin( 'CologneBlue' );
  46. wfLoadSkin( 'Modern' );
  47. wfLoadSkin( 'MonoBook' );
  48. wfLoadSkin( 'Vector' );# End of automatically generated settings.
  49. # Add more configuration options below.
Add Comment
Please, Sign In to add comment