From be3d55a424fc7006140f6a6d9a7ee479420abe49 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 19 Dec 2021 10:48:01 +0000 Subject: [PATCH] add missing env vars --- whoogle.template.env | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/whoogle.template.env b/whoogle.template.env index ae9c9a4..0fb97ad 100644 --- a/whoogle.template.env +++ b/whoogle.template.env @@ -61,6 +61,18 @@ # Search using GET requests only (exposes query in logs) #WHOOGLE_CONFIG_GET_ONLY=1 +# Remove everything except basic result cards from all search queries +#WHOOGLE_MINIMAL=0 + +# Set the number of results per page +#WHOOGLE_RESULTS_PER_PAGE=10 + +# Controls visibility of autocomplete/search suggestions +#WHOOGLE_AUTOCOMPLETE=1 + +# The port where Whoogle will be exposed +#EXPOSE_PORT=5000 + # Set instance URL #WHOOGLE_CONFIG_URL=https:///