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

Unable to change port in project.config #890

Closed
zachallen opened this issue May 17, 2016 · 2 comments
Closed

Unable to change port in project.config #890

zachallen opened this issue May 17, 2016 · 2 comments
Assignees

Comments

@zachallen
Copy link

I'm attempting to change the port that the application runs on. In project.config.ts I've got:

    this.PORT = 3000;

However the app continues to start on port 5555.
bug

@ludohenin
Copy link
Collaborator

@zachallen This is because this value is computed in a config member defined in the parent configuration class (seed.conf)
This is something we have to fix for other config members as well.

@ludohenin ludohenin self-assigned this May 21, 2016
@ludohenin
Copy link
Collaborator

Closing this one has this actually a duplicate of #823

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

No branches or pull requests

2 participants