Fixed the wrong brace in the config.
parent
4777c19586
commit
5b0747987a
|
@ -69,10 +69,10 @@ return [
|
||||||
|
|
||||||
'terms' => 'https://my.monarc.lu/terms.html',
|
'terms' => 'https://my.monarc.lu/terms.html',
|
||||||
|
|
||||||
'monarc' => array(
|
'monarc' => [
|
||||||
'ttl' => 60,
|
'ttl' => 60,
|
||||||
'cliModel' => 'generic',
|
'cliModel' => 'generic',
|
||||||
),
|
],
|
||||||
|
|
||||||
'mospApiUrl' => 'https://objects.monarc.lu/api/v1/',
|
'mospApiUrl' => 'https://objects.monarc.lu/api/v1/',
|
||||||
|
|
||||||
|
@ -80,4 +80,4 @@ return [
|
||||||
'baseUrl' => 'http://127.0.0.1:5005',
|
'baseUrl' => 'http://127.0.0.1:5005',
|
||||||
'apiKey' => '',
|
'apiKey' => '',
|
||||||
],
|
],
|
||||||
);
|
];
|
||||||
|
|
Loading…
Reference in New Issue