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

Commit e244afc

Browse files
author
Sjoerd Tieleman
committed
Merge pull request #41 from brain64bit/db-port-config
fixed issue #39 related to database configuration.
2 parents 042693d + 9ac3133 commit e244afc

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)