From 09034181b9e5e268b159a105966896f5e6444cc2 Mon Sep 17 00:00:00 2001 From: German Attanasio Date: Mon, 19 Nov 2018 11:17:14 -0500 Subject: [PATCH] chore: flip apikey with username and password --- examples/multi-bot/.env | 6 +++--- examples/simple-bot/.env | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/multi-bot/.env b/examples/multi-bot/.env index 9e633c3..ac67f91 100644 --- a/examples/multi-bot/.env +++ b/examples/multi-bot/.env @@ -4,12 +4,12 @@ ASSISTANT_URL=https://gateway.watsonplatform.net/assistant/api # Germany #ASSISTANT_URL=https://gateway-fra.watsonplatform.net/assistant/api -ASSISTANT_USERNAME=username -ASSISTANT_PASSWORD=password +# ASSISTANT_USERNAME=username +# ASSISTANT_PASSWORD=password WORKSPACE_ID=your_workspace_id # if is apikey -#ASSISTANT_IAM_APIKEY=apikey +ASSISTANT_IAM_APIKEY=apikey #SLACK SLACK_TOKEN=your_slack_bot_token diff --git a/examples/simple-bot/.env b/examples/simple-bot/.env index 66a3fa3..efb3ab2 100644 --- a/examples/simple-bot/.env +++ b/examples/simple-bot/.env @@ -4,12 +4,12 @@ ASSISTANT_URL=https://gateway.watsonplatform.net/assistant/api # Germany #ASSISTANT_URL=https://gateway-fra.watsonplatform.net/assistant/api -ASSISTANT_USERNAME=username -ASSISTANT_PASSWORD=password +# ASSISTANT_USERNAME=username +# ASSISTANT_PASSWORD=password WORKSPACE_ID=your_workspace_id #SLACK SLACK_TOKEN=your_slack_bot_token # if is apikey -#ASSISTANT_IAM_APIKEY=apikey +ASSISTANT_IAM_APIKEY=apikey