mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #406] [FEATURE] Support Setting Near City through Environment Variables #270
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FlorianWendelborn on GitHub (Aug 27, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/406
Describe the feature you'd like to see added
Near city doesn’t seem to be configurable through environment variables. I suppose there shouldn’t be an issue with also supporting this, right?
Additional context
I tried looking through both the readme and whoogle.env, but couldn’t find any indication that this is supported. I also checked the wiki expecting that there might be some more infos about the usages of the environment variables, but was unsuccessful in finding anything about how to configure the city.
@benbusby commented on GitHub (Sep 15, 2021):
Sorry for the delay!
You actually can set the "near" city using
WHOOGLE_CONFIG_NEAR, but it looks like I neglected to mention this anywhere in the documentation. I'll work on adding it shortly.@FlorianWendelborn commented on GitHub (Sep 15, 2021):
Thanks