Skip to content

Commit

Permalink
start populate cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
tharlestsa committed Oct 1, 2024
1 parent 8041bc3 commit 09430ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
}

Expand Down

0 comments on commit 09430ad

Please sign in to comment.