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'],
|
||||
|
||||
'checkVersion' => false,
|
||||
'appCheckingURL' => 'https://monarc-version-checker.herokuapp.com/check/MONARC',
|
||||
|
||||
'email' => [
|
||||
'name' => 'MONARC',
|
||||
|
|
Loading…
Reference in New Issue