Skip to content

Commit 5c92123

Browse files
Updated address of the version checking app.
1 parent bbcea0f commit 5c92123

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/autoload/local.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ return array(
8686
'appVersion' => $package_json['version'],
8787

8888
'checkVersion' => true,
89-
'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC',
89+
'appCheckingURL' => 'https://version.monarc.lu/check/MONARC',
9090

9191
'email' => [
9292
'name' => 'MONARC',

vagrant/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ return array(
207207
'appVersion' => \$package_json['version'],
208208
209209
'checkVersion' => false,
210-
'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC',
210+
'appCheckingURL' => 'https://version.monarc.lu/check/MONARC',
211211
212212
'email' => [
213213
'name' => 'MONARC',

0 commit comments

Comments
 (0)