UNPKG

@wickr-sample-integrations/wickrio-translation-bot

Version:

Using the AWS SDK for JavaScript V3 to create a Translation chatbot within Wickr.

29 lines (28 loc) 543 B
{ "apps": [ { "name": "WickrIO-Translation-Bot", "args": [], "script": "node translation_bot.js", "exec_interpreter": "none", "autorestart": true, "watch": [ "package.json" ], "ignore_watch": [ ".git" ], "env": { "tokens": { }, "log_tokens": { "LOG_LEVEL": "debug", "LOG_FILE_SIZE": "10m", "LOG_MAX_FILES": "5" } }, "out_file": "log.output", "error_file": "err.output" } ] }