From 0ccc34d8ff410e523a64f64236cc8e79efaabf9f Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Tue, 11 Jan 2022 14:05:27 -0500 Subject: [PATCH] Add `WHOOGLE_ALT_IMG` and `WHOOGLE_ALT_WIKI` to app.json --- app.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app.json b/app.json index c67d7b7..a3b391e 100644 --- a/app.json +++ b/app.json @@ -75,6 +75,16 @@ "value": "lingva.ml", "required": false }, + "WHOOGLE_ALT_IMG": { + "description": "The site to use as a replacement for imgur.com when site alternatives are enabled in the config.", + "value": "imgin.voidnet.tech", + "required": false + }, + "WHOOGLE_ALT_WIKI": { + "description": "The site to use as a replacement for wikipedia.com when site alternatives are enabled in the config.", + "value": "wikiless.org", + "required": false + }, "WHOOGLE_MINIMAL": { "description": "Remove everything except basic result cards from all search queries (set to 1 or leave blank)", "value": "",