mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #210] SITE_HOST not workings? #151
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#151
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 @vulcanjedi on GitHub (Jan 7, 2019).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/210
Installed docker container.
Added as environment variable and edited local_settings.py
But the page still defaults checks to
http://localhost:8000/ping/xxxxxx and when i put my host/site in it still works but its a lot of editing...and the force ping doesnt work since its going to http://localhost:8000/ping/ as well.
Insights?
The badge images URL correctly show my site_host but the all the actual checks goto http://localhost:8000/ping/
my local_settings.py entry is
SITE_HOST="https://xxx.yyy.zzz"
SITE_NAME="hc"