Skip to content

Commit

Permalink
chore: uncomment line
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 authored and germanattanasio committed Apr 22, 2019
1 parent 64d8ee1 commit 5189d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var sttAuthService = new AuthorizationV1(
{
username: process.env.SPEECH_TO_TEXT_USERNAME, // or hard-code credentials here
password: process.env.SPEECH_TO_TEXT_PASSWORD,
// iam_apikey: process.env.SPEECH_TO_TEXT_IAM_APIKEY, // if using an RC service
iam_apikey: process.env.SPEECH_TO_TEXT_IAM_APIKEY, // if using an RC service
url: process.env.SPEECH_TO_TEXT_URL ? process.env.SPEECH_TO_TEXT_URL : SpeechToTextV1.URL
},
vcapServices.getCredentials('speech_to_text') // pulls credentials from environment in bluemix, otherwise returns {}
Expand Down

0 comments on commit 5189d0b

Please sign in to comment.