Update app.json

Add WHOOGLE_URL_PREFIX
This commit is contained in:
invis-z 2022-04-26 23:48:57 +08:00 committed by Z
parent 8a0b872337
commit bd2ce426f0

View File

@ -15,6 +15,11 @@
], ],
"stack": "container", "stack": "container",
"env": { "env": {
"WHOOGLE_URL_PREFIX": {
"description": "The URL prefix to use for the whoogle instance (i.e. \"/whoogle\")",
"value": "",
"required": false
},
"WHOOGLE_USER": { "WHOOGLE_USER": {
"description": "The username for basic auth. WHOOGLE_PASS must also be set if used. Leave empty to disable.", "description": "The username for basic auth. WHOOGLE_PASS must also be set if used. Leave empty to disable.",
"value": "", "value": "",