fix: [config defaults] unset the default python bin path

pull/7606/head
iglocska 2021-07-26 16:18:11 +02:00
parent 76af4b9d90
commit 4bb08fe151
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ $config = array(
'disable_emailing' => false,
'manage_workers' => true,
'Attributes_Values_Filter_In_Event' => 'id, uuid, value, comment, type, category, Tag.name',
'python_bin' => '/var/www/MISP/venv/bin/python',
'python_bin' => null,
'external_baseurl' => '',
'showCorrelationsOnIndex' => true,
'default_event_tag_collection' => 0,