Skip to content

Commit 5189d0b

Browse files
dpopp07germanattanasio
authored andcommitted
chore: uncomment line
1 parent 64d8ee1 commit 5189d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var sttAuthService = new AuthorizationV1(
8989
{
9090
username: process.env.SPEECH_TO_TEXT_USERNAME, // or hard-code credentials here
9191
password: process.env.SPEECH_TO_TEXT_PASSWORD,
92-
// iam_apikey: process.env.SPEECH_TO_TEXT_IAM_APIKEY, // if using an RC service
92+
iam_apikey: process.env.SPEECH_TO_TEXT_IAM_APIKEY, // if using an RC service
9393
url: process.env.SPEECH_TO_TEXT_URL ? process.env.SPEECH_TO_TEXT_URL : SpeechToTextV1.URL
9494
},
9595
vcapServices.getCredentials('speech_to_text') // pulls credentials from environment in bluemix, otherwise returns {}

0 commit comments

Comments
 (0)