Skip to content

Commit 0903418

Browse files
chore: flip apikey with username and password
1 parent 8502c1a commit 0903418

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/multi-bot/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
ASSISTANT_URL=https://gateway.watsonplatform.net/assistant/api
55
# Germany
66
#ASSISTANT_URL=https://gateway-fra.watsonplatform.net/assistant/api
7-
ASSISTANT_USERNAME=username
8-
ASSISTANT_PASSWORD=password
7+
# ASSISTANT_USERNAME=username
8+
# ASSISTANT_PASSWORD=password
99
WORKSPACE_ID=your_workspace_id
1010

1111
# if is apikey
12-
#ASSISTANT_IAM_APIKEY=apikey
12+
ASSISTANT_IAM_APIKEY=apikey
1313

1414
#SLACK
1515
SLACK_TOKEN=your_slack_bot_token

examples/simple-bot/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
ASSISTANT_URL=https://gateway.watsonplatform.net/assistant/api
55
# Germany
66
#ASSISTANT_URL=https://gateway-fra.watsonplatform.net/assistant/api
7-
ASSISTANT_USERNAME=username
8-
ASSISTANT_PASSWORD=password
7+
# ASSISTANT_USERNAME=username
8+
# ASSISTANT_PASSWORD=password
99
WORKSPACE_ID=your_workspace_id
1010

1111
#SLACK
1212
SLACK_TOKEN=your_slack_bot_token
1313

1414
# if is apikey
15-
#ASSISTANT_IAM_APIKEY=apikey
15+
ASSISTANT_IAM_APIKEY=apikey

0 commit comments

Comments
 (0)