interwiki perms + public url for orgawiki
This commit is contained in:
parent
45a907235d
commit
37e72d5129
1 changed files with 7 additions and 3 deletions
|
@ -41,8 +41,8 @@ $wgScriptExtension = ".php";
|
|||
|
||||
## The protocol and server name to use in fully-qualified URLs
|
||||
# TODO: should be the public domain eventually
|
||||
#$wgServer = "https://orgawiki.ctbk.de";
|
||||
$wgServer = "http://wiki.chaos:81";
|
||||
$wgServer = "https://orgawiki.ctbk.de";
|
||||
#$wgServer = "http://wiki.chaos:81";
|
||||
|
||||
## The URL path to static resources (images, scripts, etc.)
|
||||
$wgResourceBasePath = $wgScriptPath;
|
||||
|
@ -185,9 +185,13 @@ $wgPluggableAuth_Config["Chaostreff Backnang IdP"] = [
|
|||
]
|
||||
];
|
||||
|
||||
# interwiki config
|
||||
$wgGroupPermissions['sysop']['interwiki'] = true;
|
||||
$wgInterwikiMagic = true;
|
||||
$wgHideInterlanguageLinks = false;
|
||||
|
||||
# for better error reporting - disable while in production
|
||||
#error_reporting( -1 );
|
||||
#ini_set( 'display_errors', 1 );
|
||||
|
||||
#$wgShowExceptionDetails = true;
|
||||
#$wgShowDBErrorBacktrace = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue