From afc93b8a2178eb1d78dcb3aab229966e03d133f8 Mon Sep 17 00:00:00 2001 From: invis-z <22781620+invis-z@users.noreply.github.com> Date: Thu, 28 Apr 2022 04:26:56 +0800 Subject: [PATCH] Add `WHOOGLE_URL_PREFIX` to app.json (#737) --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index 0db750a..64042c8 100644 --- a/app.json +++ b/app.json @@ -15,6 +15,11 @@ ], "stack": "container", "env": { + "WHOOGLE_URL_PREFIX": { + "description": "The URL prefix to use for the whoogle instance (i.e. \"/whoogle\")", + "value": "", + "required": false + }, "WHOOGLE_USER": { "description": "The username for basic auth. WHOOGLE_PASS must also be set if used. Leave empty to disable.", "value": "",