UNPKG

@cse-public/webex-node-bot-framework

Version:
12 lines (11 loc) 333 B
module.exports = { token: process.env.TOKEN, maxPageItems: 100, maxConcurrent: 5, minTime: 50, requeueCodes: [ 429, 500, 501, 502, 503 ], requeueMinTime: 500, removeWebhooksOnStart: true, webhookSecret: process.env.FLYNN_APP_ID, webhookUrl: 'http://' + process.env.FLYNN_APP_NAME + '.engine.bothub.io/framework' };