in api/routes/chimeproxy/chimeAPIController.js [7:17]
var ChimeController = function (options) {
if (options && options.host)
this.host = options.host
else {
this.host = process.env.AWS_SERVICE_ENDPOINT || "service.chime.aws.amazon.com"
}
if (options && options.credentials)
{
this.credentials = options.credentials
}
};