Fix name of secret

This commit is contained in:
Luke Murphy 2020-10-19 17:00:05 +02:00
parent 64cbefc18e
commit 48bc08e063
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ wfLoadExtension( 'OpenIDConnect' );
$wgOpenIDConnect_Config['{{ env "OPENID_KEYCLOAK_URL" }}'] = [
'clientID' => '{{ env "OPENID_CLIENT_ID"}}',
'clientsecret' => '{{ secret "openid-client-secret" }}'
'clientsecret' => '{{ secret "openid_client_secret" }}'
];
{{ end }}