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