Closed seifsallam closed 10 years ago
I'm trying to have different setups for development and production. So port is set from a variable, if i try to empty port it sets port to 4200. The only way around this was to remove passing port in the first place to the app.
4200
Is there anyway to pass empty port?
Yep, understood. Will add this tonight as I also need this feature for Heroku deployments.
Sorry it took a little longer. Thanks for opening the PR! :beers:
Thank you! :beers:
I'm trying to have different setups for development and production. So port is set from a variable, if i try to empty port it sets port to
4200
. The only way around this was to remove passing port in the first place to the app.Is there anyway to pass empty port?