chg: [configuration] updated local.php.dist file with statsApi section.

feature/internationalization
Cédric Bonhomme 2020-12-17 11:01:24 +01:00
parent f2c5ac3025
commit b5aa4e006f
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 7 additions and 2 deletions

View File

@ -87,12 +87,17 @@ return array(
'from' => 'info@monarc.lu',
],
'mospApiUrl' => 'https://objects.monarc.lu/api/v1/',
'terms' => 'https://my.monarc.lu/terms.html',
'monarc' => array(
'ttl' => 60, // timeout
'cliModel' => 'generic', // model to display for the client, an ID of a specific model or 'generic' (empty for all)
),
'mospApiUrl' => 'https://objects.monarc.lu/api/v1/',
'statsApi' => [
'baseUrl' => 'http://127.0.0.1:5005',
'apiKey' => '',
],
);