Updated address of the version checking app.
parent
bbcea0fb12
commit
5c921238e4
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue