You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ The secret for accessing your chatbot from the Azure Portal.
83
83
84
84
_Note: it is advised to not add this secret to a configuration file but hand it over by environment variable BOTIUM_DIRECTLINE3_SECRET_
85
85
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
+
86
89
### DIRECTLINE3_WEBSOCKET
87
90
_true or false_
88
91
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
104
107
105
108
## Open Issues and Restrictions
106
109
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