From b5aa4e006f60f0c496296d9bc4bb92e75bcf53d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 17 Dec 2020 11:01:24 +0100 Subject: [PATCH] chg: [configuration] updated local.php.dist file with statsApi section. --- config/autoload/local.php.dist | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index ec774d4..73c6fdc 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -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' => '', + ], );