From 2a646aa9b22d212923fc2d7f0f2f4c819d7da31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 12 Jul 2018 14:32:58 +0200 Subject: [PATCH] Set the test URL for the version checking in the template of the MONARC configuration file. --- config/autoload/local.php.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index 75df4c1..75e4618 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -86,6 +86,7 @@ return array( 'appVersion' => $package_json['version'], 'checkVersion' => true, + 'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC', 'email' => [ 'name' => 'MONARC',