Fixed the wrong brace in the config.

feature/internationalization
Ruslan Baidan 2020-12-17 15:52:37 +01:00
parent 4777c19586
commit 5b0747987a
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 3 additions and 3 deletions

View File

@ -69,10 +69,10 @@ return [
'terms' => 'https://my.monarc.lu/terms.html',
'monarc' => array(
'monarc' => [
'ttl' => 60,
'cliModel' => 'generic',
),
],
'mospApiUrl' => 'https://objects.monarc.lu/api/v1/',
@ -80,4 +80,4 @@ return [
'baseUrl' => 'http://127.0.0.1:5005',
'apiKey' => '',
],
);
];