We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f29910 commit efd924cCopy full SHA for efd924c
examples/server.js
@@ -88,8 +88,8 @@ var sttAuthService = new AuthorizationV1(
88
Object.assign(
89
{
90
username: process.env.SPEECH_TO_TEXT_USERNAME, // or hard-code credentials here
91
- password: process.env.SPEECH_TO_TEXT_PASSWORD
92
- // iam_apikey: process.env.SPEECH_TO_TEXT_IAM_APIKEY // if using an RC service
+ password: process.env.SPEECH_TO_TEXT_PASSWORD,
+ iam_apikey: process.env.SPEECH_TO_TEXT_IAM_APIKEY // if using an RC service
93
},
94
vcapServices.getCredentials('speech_to_text') // pulls credentials from environment in bluemix, otherwise returns {}
95
)
0 commit comments