Skip to content

Commit

Permalink
update config.default.js to ensure credentials case match
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Jan 25, 2017
1 parent 8e08d43 commit 119e2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.default.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Please replace the username and password with your bluemix credentials


exports.STTpassword = ''; // Speech to text password
exports.STTusername = ''; // Speech to text username
exports.STTPassword = ''; // Speech to text password
exports.STTUsername = ''; // Speech to text username
exports.STTCustomizationid = '' // Speech to text Customization id (if you are using a customized language model)

//Credentials for Watson Text to Speech service
Expand Down

0 comments on commit 119e2dc

Please sign in to comment.