File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
#!/bin/env node
2
2
3
+ require ( 'heroku-self-ping' ) ( process . env . SELF_URL ) ;
4
+
3
5
// Load configuration
4
6
var config = require ( "../config/configuration.js" ) ;
5
7
var server = require ( '../app.js' ) ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ module.exports = {
28
28
tasksPerProcess : process . env . TASKS_PER_PROCESS ,
29
29
30
30
pdfHydraterUrl : process . env . PDF_HYDRATER_URL || defaultPdfHydraterUrl ,
31
- officeHydraterUrl : process . env . OFFICE_HYDRATER_URL || defaultOfficeHydraterUrl ,
31
+ officeHydraterUrl : process . env . SELF_URL || defaultOfficeHydraterUrl ,
32
32
33
33
redisUrl : process . env . REDIS_URL ,
34
34
appName : process . env . APP_NAME || "office-hydrater" ,
Original file line number Diff line number Diff line change 25
25
"anyfetch-hydrater" : " ^2.1.1" ,
26
26
"async" : " 0.9.x" ,
27
27
"exec-sync" : " ^0.1.6" ,
28
+ "heroku-self-ping" : " ^1.1.1" ,
28
29
"restify" : " ~2.8.5" ,
29
30
"supertest" : " ^0.15.0"
30
31
},
You can’t perform that action at this time.
0 commit comments