-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Set Custom Port for Dev Env #66
Comments
It's usually the online ide that automatically exposes apps on a subdomain, but not all do.. In lack of that the options can be limited in your scenario.. are you sure that they are exposing the app ports externally? because if it doesn't then i can't think of ways you can do this.. free reverse proxy services will crack under the pressure of media streaming.. |
I am pretty sure they are coz generally I use express and in that I add a simple app.listen with process.env variables like .id and .port and it works fine. |
You can set a port by using Line 141 in 2f96101
|
I did set the export value of PWFRONTPORT=3000 and now its showing that port 3000 is already being used. |
But PowderWeb/server/utils/config.js Line 29 in 05e54de
Does it need to be |
Btw, i can't be sure of this, but you should probably try installing the It should work better then the |
The correct way of using the
And port |
I'm using an online ide at the moment and every time I start the app it runs on localhost. is there any way I could use it without hosting locally.
The text was updated successfully, but these errors were encountered: