From 28fc2b9a0a2b170ff0eb82cb22d007c4fed84292 Mon Sep 17 00:00:00 2001 From: Esben Petersen Date: Mon, 30 Jul 2018 10:46:45 +0200 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f9a674..b8c01a4 100644 --- a/README.md +++ b/README.md @@ -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' },