Skip to content

Commit a2edd1e

Browse files
committed
Merge branch 'master' of https://github.com/esbenp/pdf-bot
2 parents 5bf58dc + 28fc2b9 commit a2edd1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,8 @@ module.exports = {
382382
api: {
383383
// The port your express.js instance listens to requests from. (default: 3000)
384384
port: 3000,
385+
// Spawn command when a job has been pushed to the API
386+
postPushCommand: ['/home/user/.npm-global/bin/pdf-bot', ['-c', './pdf-bot.config.js', 'shift:all']],
385387
// The token used to validate requests to your API. Not required, but 100% recommended.
386388
token: 'api-token'
387389
},

0 commit comments

Comments
 (0)