Difference between revisions of "/var/www/html/LocalSettings.php (file)"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
* https://www.mediawiki.org/wiki/Snippets/Load_an_additional_JavaScript_or_stylesheet_file_on_all_pages
 
* https://www.mediawiki.org/wiki/Snippets/Load_an_additional_JavaScript_or_stylesheet_file_on_all_pages
 
* <code>[[$wgAllowExternalImages]]</code>
 
* <code>[[$wgAllowExternalImages]]</code>
 +
* <code>[[wfLoadExtension]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 11:58, 17 September 2022

/var/www/html/LocalSettings.php
$wgDBtype = "mysql";
$wgDBserver = "127.0.0.1";
$wgDBname = "yourdbname";
$wgDBuser = "yourdbuser";
$wgDBpassword = "yourpassword";
$wgDBprefix = "";
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
#$wgDebugLogFile = "/var/log/your_db_name/debug-{$wgDBname}.log";

Related

See also

Advertising: