madebyhiro / codem-transcode

Offline video transcoder written in node.js
Other
153 stars 68 forks source link

fixed issue #39 related to database configuration. #41

Closed brain64bit closed 9 years ago

brain64bit commented 9 years ago

Add port with config['database']['port'] inside Sequelize initialization inside getDatabase function in lib/jobs.js, so it can respect the port configuration.

tieleman commented 9 years ago

Thank you @brain64bit, I'll push a new release.