Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit 9ac3133

Browse files
committed
fixed issue #39 related to database configuration.
Add **port** with **config['database']['port']** inside Sequelize initialisation, so it can respect the port configuration.
1 parent 042693d commit 9ac3133

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/job.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ var JobUtils = {
4949
dialect: config['database']['dialect'],
5050
storage: config['database']['database'],
5151
host: config['database']['host'],
52+
port: config['database']['port'],
5253
logging: false
5354
});
5455
}

0 commit comments

Comments
 (0)