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

Port flag #21

Closed
DmitryOlkhovoi opened this issue May 1, 2015 · 4 comments
Closed

Port flag #21

DmitryOlkhovoi opened this issue May 1, 2015 · 4 comments

Comments

@DmitryOlkhovoi
Copy link

Why i can run it only on 1337? lol really why? How i can to start it on any other port?

@DmitryOlkhovoi
Copy link
Author

Ok,
sudo PORT=[port] vorlon

@deltakosh
Copy link
Contributor

@engincancan
Copy link

Yes, We can with;
unix shell:

$ PORT=1234

More permanently:

$ export PORT=1234

In Windows:

set PORT=1234

In Windows PowerShell:

$ env:PORT=1234

However it will be great if there is an optional parameter to vorlon like,

$ vorlon --port=1234

@DmitryOlkhovoi
Copy link
Author

Yes, parameter will be great

deltakosh pushed a commit that referenced this issue Jun 9, 2015
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

No branches or pull requests

3 participants