From 59d0e41f3fd69dc8fab16873558e3ca6358f4c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 27 Feb 2019 10:43:26 +0100 Subject: [PATCH] Added the default value for the new 'terms' entry in the local configuration file of MONARC. --- config/autoload/local.php.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index bd6732b..39e4f77 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -93,6 +93,8 @@ return array( 'from' => 'info@monarc.lu', ], + '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)