Fix indentation in LocalSettings.php

This commit is contained in:
Adam Goldsmith 2020-06-16 12:04:10 -04:00
parent ef3a0d6e4c
commit 4a00e884b5

View File

@ -178,8 +178,8 @@ $LDAPProviderDomainConfigProvider = function() use ($secrets) {
'CMS' => [
"connection" => [
"server" => "self-service.claremontmakerspace.org",
"port" => 7389,
"enctype" => "clear",
"port" => 7389,
"enctype" => "clear",
"user" => "uid=LDAPSearch,cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org",
"pass" => $secrets['LDAPPass'],
"options" => [
@ -194,13 +194,13 @@ $LDAPProviderDomainConfigProvider = function() use ($secrets) {
"realnameattribute" => "cn",
"emailattribute" => "mail"
],
"authentication" => [
"usernameattribute" => "uid",
"realnameattribute" => "cn",
"emailattribute" => "mail"
],
"authentication" => [
"usernameattribute" => "uid",
"realnameattribute" => "cn",
"emailattribute" => "mail"
],
"userinfo" => [
"email" => "mail",
"email" => "mail",
"realname" => "cn",
"properties.gender" => "gender"
]
@ -218,8 +218,8 @@ $wgDefaultUserOptions['visualeditor-editor'] = "visualeditor";
# OPTIONAL: Enable VisualEditor's experimental code features
#$wgDefaultUserOptions['visualeditor-enable-experimental'] = 1;
$wgVirtualRestConfig['modules']['parsoid'] = array(
'url' => 'http://parsoid:8000',
'domain' => 'claremontmakerspace',
'url' => 'http://parsoid:8000',
'domain' => 'claremontmakerspace',
);
require_once "$IP/extensions/Widgets/Widgets.php";