voxa-cli
Version:
The Voxa CLI tools
27 lines (26 loc) • 534 B
JSON
{
"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}}
}