Offers the user a way to disable the version checking. Related to monarc-project/MonarcAppFO#106
parent
c55f6db6d7
commit
65988aa554
|
@ -85,6 +85,8 @@ return array(
|
|||
|
||||
'appVersion' => $package_json['version'],
|
||||
|
||||
'checkVersion' => true,
|
||||
|
||||
'email' => [
|
||||
'name' => 'MONARC',
|
||||
'from' => 'info@monarc.lu',
|
||||
|
|
|
@ -206,6 +206,8 @@ return array(
|
|||
|
||||
'appVersion' => \$package_json['version'],
|
||||
|
||||
'checkVersion' => false,
|
||||
|
||||
'email' => [
|
||||
'name' => 'MONARC',
|
||||
'from' => 'info@monarc.lu',
|
||||
|
|
Loading…
Reference in New Issue