Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 618d300

Browse files
committed
corrected default port
1 parent 3b8bc6b commit 618d300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exports.register = function(plugin, options, next) {
99
// Create db connection
1010
var sequelize = new Sequelize(options.database, options.user, options.pass, {
1111
dialect: options.dialect || 'mysql',
12-
port: options.port || 8889
12+
port: options.port || 3306
1313
});
1414

1515
// Add all models in directory to db object

0 commit comments

Comments
 (0)