UNPKG

voxa-cli

Version:
27 lines (26 loc) 534 B
{ "server": { "port": 3000, "hostSkill": true }{{#if saveUserInfo}}, "dynamoDB": { "tables": { "users": "users" } }{{/if}}{{#if ga}}, "googleAnalytics": { "trackingId": "UA-XXXX-X", "appName": "{{ kebabAppName }}", "ignoreUsers": [], "suppressSending": true }{{/if}}{{#if dashbot}}, "dashbot": { "suppressSending": true, "alexa": "key" }{{/if}}{{#if chatbase}}, "chatbase": { "apiKey": "<chatbase apiKey>", "ignoreUsers": [], "suppressSending": true }{{/if}} }