Skip to content

Commit 612f6f3

Browse files
author
Botium
authored
Update README.md
1 parent 3ecf0dd commit 612f6f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ The secret for accessing your chatbot from the Azure Portal.
8383

8484
_Note: it is advised to not add this secret to a configuration file but hand it over by environment variable BOTIUM_DIRECTLINE3_SECRET_
8585

86+
### DIRECTLINE3_DOMAIN
87+
If not using the default Direct Line endpoint, e.g. if you are using a region-specific endpoint, put its full URL here
88+
8689
### DIRECTLINE3_WEBSOCKET
8790
_true or false_
8891
Wether to use Websocket connection or HTTP polling. Usually, using Websockets is prefered, but sometimes this is not possible (maybe with blocking proxies).
@@ -104,4 +107,4 @@ _Note: if you want to disable this, then set DIRECTLINE3_BUTTON_TYPE to "message
104107

105108
## Open Issues and Restrictions
106109

107-
* Media Attachments currently cannot be sent, as Node.js environment is [not fully supported by DirectLine](https://github.com/Microsoft/BotFramework-DirectLineJS/issues/107)
110+
* Media Attachments currently cannot be sent, as Node.js environment is [not fully supported by DirectLine](https://github.com/Microsoft/BotFramework-DirectLineJS/issues/107)

0 commit comments

Comments
 (0)