cf-meteor-buildpack/bin/release
extract_root_url()
Custom domains are ignored. If I set an user variable with ROOT_URL, it is ignored and only the VCAP application is taken. While this is nice with the standard settings it causes problems if you want to overwrite this with a custom domain on purpose. (using bluemix, not sure if this is a common problem)
It would be nice to have a check if there is an existing environment variable and only set a new one if there is not.
cf-meteor-buildpack/bin/release
extract_root_url()
Custom domains are ignored. If I set an user variable with ROOT_URL, it is ignored and only the VCAP application is taken. While this is nice with the standard settings it causes problems if you want to overwrite this with a custom domain on purpose. (using bluemix, not sure if this is a common problem)
It would be nice to have a check if there is an existing environment variable and only set a new one if there is not.