UNPKG

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

Version:

WickrIO Rekognition Bot

33 lines (32 loc) 666 B
{ "apps": [ { "name": "WickrIO-Rekognition-Bot_test-tr-bot", "args": [], "script": "node rekognition_bot.js", "exec_interpreter": "none", "autorestart": true, "watch": [ "package.json" ], "ignore_watch": [ ".git" ], "env": { "tokens": { "WICKRIO_BOT_NAME": { "value": "test-tr-bot", "encrypted": false } }, "log_tokens": { "LOG_LEVEL": "debug", "LOG_FILE_SIZE": "10m", "LOG_MAX_FILES": "5" } }, "out_file": "log.output", "error_file": "err.output" } ] }