mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Add WHOOGLE_URL_PREFIX
to app.json (#737)
This commit is contained in:
parent
b4d9f1f5e5
commit
afc93b8a21
5
app.json
5
app.json
@ -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": "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user