Skip to content

Commit

Permalink
set up app
Browse files Browse the repository at this point in the history
  • Loading branch information
dezzie committed May 13, 2016
1 parent 2d65ecc commit 27a6c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ require('./config/express')(app);
// Create the service wrapper
var toneAnalyzer = watson.tone_analyzer({
url: 'https://gateway.watsonplatform.net/tone-analyzer-beta/api/',
username: '<username>',
password: '<password>',
username: '9048d9c1-2e11-4fba-a0f7-b7f13ce15f24',
password: 'neDUB7VGk6Fy',
version_date: '2016-11-02',
version: 'v3-beta'
});
Expand Down

0 comments on commit 27a6c87

Please sign in to comment.