-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*Update the Sample App to use the latest version of the ibm-watson package
- Loading branch information
Oliver Ivanoski
committed
Oct 24, 2019
1 parent
bc7bab9
commit 89ae519
Showing
7 changed files
with
244 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Environment variables | ||
ASSISTANT_URL=https://gateway.watsonplatform.net/assistant/api | ||
ASSISTANT_ID= | ||
# You need to provide your IAM API key and URL | ||
ASSISTANT_IAM_APIKEY= | ||
ASSISTANT_ID= | ||
ASSISTANT_IAM_URL= | ||
ASSISTANT_URL=https://gateway.watsonplatform.net/assistant/api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.