mirror of https://gitlab.crans.org/nounous/nixos
end of debug !
parent
432457ff6c
commit
18cf9148ed
|
|
@ -96,7 +96,7 @@ in
|
|||
];
|
||||
$wgPasswordSender = 'root@crans.org';
|
||||
$wgEmergencyContact = 'contact@crans.org';
|
||||
$wgNoReplyAddress = 'root@crans.org';
|
||||
$wgNoReplyAddress = 'contact@crans.org'; # On reçoit les réponses aux mails
|
||||
$wgEnableUserEmail = false;
|
||||
$wgAllowHTMLEmail = true;
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ in
|
|||
$wgUsersNotifiedOnAllChanges = [];
|
||||
|
||||
# Auth
|
||||
$wgPluggableAuth_EnableLocalLogin = true;
|
||||
$wgPluggableAuth_EnableLocalLogin = false;
|
||||
$LDAPAuthentication2AllowLocalLogin = true;
|
||||
$LDAPProviderDomainConfigs = "${config.age.secrets.mediawiki-ldap.path}";
|
||||
$wgOAuthCustomAuthProviders = [
|
||||
|
|
@ -178,13 +178,6 @@ in
|
|||
$wgNamespacesWithSubpages[NS_MAIN] = true;
|
||||
$wgNamespacesWithSubpages[NS_ARCHIVE] = true;
|
||||
$wgVisualEditorAvailableNamespaces[NS_ARCHIVE] = true;
|
||||
|
||||
# Debug
|
||||
$wgShowExceptionDetails = true;
|
||||
$wgDebugToolbar = true;
|
||||
$wgDebugLogFile = "/var/log/mediawiki/debug.log";
|
||||
# $wgShowDebug = true;
|
||||
# $wgDevelopmentWarnings = true;
|
||||
'';
|
||||
|
||||
skins = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue