Browse Source

refactor: solve torrent and tor search errors

Junior L. Botelho (JLB) 2 years ago
parent
commit
395f3640e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker/php/config.php

+ 2 - 2
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(