From 4bb08fe1515a6f516dc12e3ec371ce860ae479b0 Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 26 Jul 2021 16:18:11 +0200 Subject: [PATCH] fix: [config defaults] unset the default python bin path --- app/Config/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/config.default.php b/app/Config/config.default.php index 100975108..7ac6e9fae 100644 --- a/app/Config/config.default.php +++ b/app/Config/config.default.php @@ -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,