diff --git a/src/server/config.js b/src/server/config.js index a4d90db..aa41a20 100644 --- a/src/server/config.js +++ b/src/server/config.js @@ -61,7 +61,7 @@ module.exports = function(app) { if(process.env.NODE_ENV == 'prod') { config["mongo"]["port"] = "27017"; config.jobs.toRun[0].runOnAppStart = false; - config.jobs.toRun[1].runOnAppStart = false; + config.jobs.toRun[1].runOnAppStart = true; config["imgDir"] = "/STORAGE/tvi-imgs/"; }