mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #467] [FEATURE] Move whoogle.env to whoogle.sample.env #305
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#305
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 @DUOLabs333 on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/467
This is less of a request to the application itself, but more about the way the repo is structured. I'm using whoogle from git, and pull every once in a while. The problem is, every time I pull, it wipes out
whoogle.env. A way to avoid this is to what other projects do and move the example configuration file to a different name than the main configuration file. Alternatively, you can give people the option to set their own environment variable (would be a minor change inapp/__init__.py).@benbusby commented on GitHub (Oct 18, 2021):
Thanks, makes sense. Fixed on main now (but named
whoogle.template.envinstead).@DUOLabs333 commented on GitHub (Oct 18, 2021):
Awesome!