From 5c921238e46c74e6e6955c9b18884401f056bf02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 17 Jul 2018 23:36:11 +0200 Subject: [PATCH] Updated address of the version checking app. --- config/autoload/local.php.dist | 2 +- vagrant/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index 75e4618..bd6732b 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -86,7 +86,7 @@ return array( 'appVersion' => $package_json['version'], 'checkVersion' => true, - 'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC', + 'appCheckingURL' => 'https://version.monarc.lu/check/MONARC', 'email' => [ 'name' => 'MONARC', diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index f5518fa..ee0d695 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -207,7 +207,7 @@ return array( 'appVersion' => \$package_json['version'], 'checkVersion' => false, - 'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC', + 'appCheckingURL' => 'https://version.monarc.lu/check/MONARC', 'email' => [ 'name' => 'MONARC',