Skip to content

Commit 28fc2b9

Browse files
authored
Update README
1 parent 6b7d4c0 commit 28fc2b9

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)