Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/esbenp/pdf-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp committed Aug 22, 2018
2 parents 5bf58dc + 28fc2b9 commit a2edd1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ module.exports = {
api: {
// The port your express.js instance listens to requests from. (default: 3000)
port: 3000,
// Spawn command when a job has been pushed to the API
postPushCommand: ['/home/user/.npm-global/bin/pdf-bot', ['-c', './pdf-bot.config.js', 'shift:all']],
// The token used to validate requests to your API. Not required, but 100% recommended.
token: 'api-token'
},
Expand Down

0 comments on commit a2edd1e

Please sign in to comment.