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

Customizable host/port #30

Closed
dcod3d opened this issue Apr 18, 2019 · 2 comments · Fixed by #31
Closed

Customizable host/port #30

dcod3d opened this issue Apr 18, 2019 · 2 comments · Fixed by #31

Comments

@dcod3d
Copy link

dcod3d commented Apr 18, 2019

Is it possible to customize the host and port for the web interface. The port option does exist as shown below, but isn't used and 3000 is hardcoded everywhere else.

const port = parseInt(process.env.PORT, 10) || 3000

@kevinschaich
Copy link
Owner

Hey @ncstdc – 

I think this should be fixed via #31 in release v1.2.2:

This release adds configurable hosts and ports.

Let me know if this fits your needs.

@dcod3d
Copy link
Author

dcod3d commented Apr 19, 2019

It does, thanks!

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 a pull request may close this issue.

2 participants