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