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

Sequelize default ports #633

Closed
ljupchokotev opened this issue May 19, 2013 · 0 comments
Closed

Sequelize default ports #633

ljupchokotev opened this issue May 19, 2013 · 0 comments
Assignees
Milestone

Comments

@ljupchokotev
Copy link

When using dialect: "postgres" and not specifying a port in the options, sequelize defaults to MySQL default port (3306) and gives out a ECONNREFUSED error. This causes a lot of confusion. I think the decision for the default port should go to the connection managers, so when you are using postgresql it will default to 5432 and will not give out a ECONNREFUSED error.

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