Skip to content

Commit

Permalink
Add WHOOGLE_URL_PREFIX to app.json (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
invis-z authored Apr 27, 2022
1 parent b4d9f1f commit afc93b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit afc93b8

Please sign in to comment.