-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.bot
More file actions
34 lines (34 loc) · 979 Bytes
/
config.bot
File metadata and controls
34 lines (34 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "config",
"description": "",
"services": [
{
"type": "endpoint",
"appId": "b89e2ca2-abdf-4263-9d93-1428a3911e49",
"appPassword": "fkqANJED30@^{qebvKD013!",
"endpoint": "https://serviceproviderbot.azurewebsites.net/api/messages",
"id": "6f35bad0-1949-11e9-9800-4b2d188882df",
"name": "Published"
},
{
"type": "endpoint",
"appId": "",
"appPassword": "",
"endpoint": "http://localhost:5001/api/messages",
"id": "130",
"name": "Local"
},
{
"type": "endpoint",
"appId": "",
"appPassword": "",
"endpoint": "https://f8f480bb.ngrok.io/api/messages",
"id": "194",
"name": "ngrok"
}
],
"padlock": "",
"version": "2.0",
"path": "A:\\ProjectTira\\Bot\\config.bot",
"overrides": null
}