@@ -58,7 +58,7 @@ If you need more information about the V1 API, you can go to the [Watson Assista
5858 Example *.env* file that configures the `apikey` and `url` for a Watson Assistant service instance hosted in the US East region:
5959
6060 ```
61- ASSISTANT_IAM_APIKEY=X4rbi8vwZmKpXfowaS3GAsA7vdy17Qh7km5D6EzKLHL2
61+ ASSISTANT_IAM_APIKEY=X4rbi8vwZmKpXfowaS3GAsA7vdy17Qhxxxxxxxx
6262 ASSISTANT_URL=https://gateway-wdc.watsonplatform.net/assistant/api
6363 ```
6464
@@ -67,29 +67,29 @@ If you need more information about the V1 API, you can go to the [Watson Assista
6767 Example *.env* file that configures the `username`, `password`, and `url` for a Watson Assistant service instance hosted in the US South region:
6868
6969 ```
70- ASSISTANT_USERNAME=522be-7b41-ab44-dec3-g1eab2ha73c6
71- ASSISTANT_PASSWORD=A4Z5BdGENrwu8
70+ ASSISTANT_USERNAME=522be-7b41-ab44-dec3-xxxxxxxx
71+ ASSISTANT_PASSWORD=A4Z5BdGENxxxx
7272 ASSISTANT_URL=https://gateway.watsonplatform.net/assistant/api
7373 ```
7474 However, if your credentials contain an IAM API key, copy the `apikey` and `url` to the relevant fields.
7575 ```JSON
7676 {
77- "apikey": "ca2905e6-7b5d-4408-9192-e4d54d83e604 ",
77+ "apikey": "ca2905e6-7b5d-4408-9192-xxxxxxxx ",
7878 "iam_apikey_description": "Auto generated apikey during resource-key ...",
79- "iam_apikey_name": "auto-generated-apikey-62b71334-3ae3-4609-be26-846fa59ece42 ",
79+ "iam_apikey_name": "auto-generated-apikey-62b71334-3ae3-4609-xxxxxxxx ",
8080 "iam_role_crn": "crn:v1:bluemix:public:iam::::serviceRole:Manager",
8181 "iam_serviceid_crn": "crn:v1:bluemix:public:iam...",
8282 "url": "https://gateway-syd.watsonplatform.net/assistant/api"
8383 }
8484 ```
8585 ```
86- ASSISTANT_IAM_APIKEY=ca2905e6-7b5d-4408-9192-e4d54d83e604
86+ ASSISTANT_IAM_APIKEY=ca2905e6-7b5d-4408-9192-xxxxxxxx
8787 ```
8888
89898. Add the `ASSISTANT_ID` to the previous properties
9090
9191 ```
92- ASSISTANT_ID=522be-7b41-ab44-dec3-g1eab2ha73c6
92+ ASSISTANT_ID=522be-7b41-ab44-dec3-xxxxxxxx
9393 ```
9494
9595## Running locally
0 commit comments