GnuPG.binary demoted to optional setting as it should be

pull/567/head
Iglocska 2015-07-01 09:01:32 +02:00
parent 341f1d52de
commit a05afbdd11
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ class Server extends AppModel {
'GnuPG' => array(
'branch' => 1,
'binary' => array(
'level' => 0,
'level' => 2,
'description' => 'The location of the GPG executable. If you would like to use a different gpg executable than /usr/bin/gpg, you can set it here. If the default is fine, just keep the setting suggested by MISP.',
'value' => '/usr/bin/gpg',
'errorMessage' => '',