Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Change to use IAM apikey and url. (#107)
Browse files Browse the repository at this point in the history
The K8s deploy used username and password for old style
Watson assistant credentials.
Switch to using IAM apikey and URL.
  • Loading branch information
scottdangelo authored and stevemart committed Apr 11, 2019
1 parent dc5e0ef commit 782098e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-server.sh
@@ -1,4 +1,4 @@
#!/bin/bash -x
export CONVERSATION_USERNAME=$(echo "$service_watson_conversation" | jq -r '.username')
export CONVERSATION_PASSWORD=$(echo "$service_watson_conversation" | jq -r '.password')
export CONVERSATION_IAM_APIKEY=$(echo "$service_watson_conversation" | jq -r '.apikey')
export CONVERSATION_URL=$(echo "$service_watson_conversation" | jq -r '.url')
npm start

0 comments on commit 782098e

Please sign in to comment.