From bbcea0fb12ee89d8ac5005afe833f9bd237ece33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 12 Jul 2018 14:34:02 +0200 Subject: [PATCH] Updated the vagrant bootstrap script with the new configuration variable for the MONARC version checking. --- vagrant/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 265ef62..f5518fa 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -207,6 +207,7 @@ return array( 'appVersion' => \$package_json['version'], 'checkVersion' => false, + 'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC', 'email' => [ 'name' => 'MONARC',