mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #671] Apply Config Var Change #430
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#430
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 @gaia on GitHub (Feb 27, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/671
not familiar with heroku, but supposedly a config var change would trigger the process to make it take effect, but
WHOOGLE_CONFIG_THEME=darkdid not. So I deleted the app, and re-deployed with this in place. Still no dark theme.how can i check whether it IS in effect at least on the server side, and it is still white bc of something on the client side?
@benbusby commented on GitHub (Apr 6, 2022):
Are you deploying from the command line or from the heroku quick deploy button in the readme? If the latter, you can write "dark" in the WHOOGLE_CONFIG_THEME input box before deploying. If you're deploying from the command line, you would set the field like so:
heroku config:set WHOOGLE_CONFIG_THEME=dark. Sorry for the delay! Let me know if that works for you.