oncall
oncall copied to clipboard
Use env var for Grafana app URL
What this PR does
Bypasses cfg.AppURL() since it is currently returning localhost although GF_APP_URL is set in the environment.
Which issue(s) this PR closes
Closes [issue link here]
Checklist
- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or
pr:no public docsPR label added if not required) - [ ] Added the relevant release notes label (see labels prefixed w/
release:). These labels dictate how your PR will show up in the autogenerated release notes.