Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use hostname instead of host to remove any port references on it (PL-000) #17

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

pmvrmc
Copy link
Contributor

@pmvrmc pmvrmc commented Jul 30, 2024

Fixes or implements VF-XXX

Brief description. What is this change?

If we pass an override url like http://billing-api:8080 the url.host will look like billing-api:8080 which will mess up things. We should instead use the url.hostname which looks like billing-api.

@pmvrmc pmvrmc merged commit 7460488 into main Jul 30, 2024
3 checks passed
@xavidop xavidop deleted the pedro/fix-host-having-port/PL-000 branch July 30, 2024 09:35
Copy link

🎉 This PR is included in version 1.9.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants