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

Read PORT from the environment #48

Merged
merged 1 commit into from
Jan 2, 2015
Merged

Read PORT from the environment #48

merged 1 commit into from
Jan 2, 2015

Conversation

nhocki
Copy link
Contributor

@nhocki nhocki commented Jan 2, 2015

Read the PORT from the system environment if it's present. This is related to #44 and will make the port read order this:

  1. -p flag.
  2. PORT in the .env file
  3. PORT environment variable
  4. 5000 as default port

Read the `PORT` from the system environment if it's present. This is
related to #44 and will make the port read order this:

1. `-p` flag.
2. `PORT` in the `.env` file
3. `PORT` environment variable
4. 5000 as default port
ddollar added a commit that referenced this pull request Jan 2, 2015
Read PORT from the environment
@ddollar ddollar merged commit 0114039 into ddollar:master Jan 2, 2015
@ddollar
Copy link
Owner

ddollar commented Jan 2, 2015

Thanks :)

@nhocki
Copy link
Contributor Author

nhocki commented Jan 2, 2015

@ddollar I'm curious on how to update the homebrew formula, I'd happily do it but I have no idea how.

@ddollar
Copy link
Owner

ddollar commented Jan 2, 2015

I made an attempt at it but it looks like homebrew doesnt not play well with godep. Download links for binaries can be found in the README.

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

Successfully merging this pull request may close these issues.

2 participants