cf-abacus
cf-abacus copied to clipboard
vcapenv strips schema from host names
vcapenv removes the schema and domain from proper host names
For example https://<host>.<domain>
will become https://<host>.<abacus domain>
after processing.
This forces users to specify hostnames with ports like https://<host>.<domain>:443
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/145183525
The labels on this github issue will be updated when the story is started.