UNPKG

voxa-cli

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