Set the test URL for the version checking in the template of the MONARC configuration file.
parent
65988aa554
commit
2a646aa9b2
|
@ -86,6 +86,7 @@ return array(
|
||||||
'appVersion' => $package_json['version'],
|
'appVersion' => $package_json['version'],
|
||||||
|
|
||||||
'checkVersion' => true,
|
'checkVersion' => true,
|
||||||
|
'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC',
|
||||||
|
|
||||||
'email' => [
|
'email' => [
|
||||||
'name' => 'MONARC',
|
'name' => 'MONARC',
|
||||||
|
|
Loading…
Reference in New Issue