Added API key back in

Looks like I deleted the apikey parameter in the last commit - also
turned on debug mode.
This commit is contained in:
sharepointalex 2016-10-27 12:44:31 +01:00 committed by Joseph J. Schmitt
parent 2580f55829
commit 34c2cbd46c

View File

@ -11,6 +11,8 @@ var HELP_RESPONSE = ['You can ask Couch Potato about the movies in your queue or
var config = require('dotenv').config();
var cp = new CouchPotato({
url: config.CP_URL,
apikey: config.CP_API_KEY,
debug:true
});
function handleLaunchIntent(req, resp) {