Skip to content

Commit

Permalink
chore: flip apikey with username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Nov 19, 2018
1 parent 8502c1a commit 0903418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/multi-bot/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/simple-bot/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0903418

Please sign in to comment.