From 395f3640e50ef1736c13fb2b5b95fed9db690651 Mon Sep 17 00:00:00 2001 From: "Junior L. Botelho (JLB)" Date: Wed, 8 Mar 2023 18:46:23 -0300 Subject: [PATCH] refactor: solve torrent and tor search errors --- docker/php/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/php/config.php b/docker/php/config.php index 57ce5f9..a588745 100644 --- a/docker/php/config.php +++ b/docker/php/config.php @@ -7,9 +7,9 @@ "wikipedia_language" => "${CONFIG_WIKIPEDIA_LANGUAGE}", "invidious_instance_for_video_results" => "${CONFIG_INVIDIOUS_INSTANCE}", - "disable_bittorent_search" => "${CONFIG_DISABLE_BITTORRENT_SEARCH}", + "disable_bittorent_search" => ${CONFIG_DISABLE_BITTORRENT_SEARCH}, "bittorent_trackers" => "${CONFIG_BITTORRENT_TRACKERS}", - "disable_hidden_service_search" => "${CONFIG_HIDDEN_SERVICE_SEARCH}", + "disable_hidden_service_search" => ${CONFIG_HIDDEN_SERVICE_SEARCH}, "frontends" => array( "invidious" => array(