Updated the vagrant bootstrap script with the new configuration variable for the MONARC version checking.
parent
2a646aa9b2
commit
bbcea0fb12
|
@ -207,6 +207,7 @@ return array(
|
||||||
'appVersion' => \$package_json['version'],
|
'appVersion' => \$package_json['version'],
|
||||||
|
|
||||||
'checkVersion' => false,
|
'checkVersion' => false,
|
||||||
|
'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC',
|
||||||
|
|
||||||
'email' => [
|
'email' => [
|
||||||
'name' => 'MONARC',
|
'name' => 'MONARC',
|
||||||
|
|
Loading…
Reference in New Issue