-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
38 lines (38 loc) · 1.28 KB
/
config.json
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
35
36
37
38
{
"development": {
"circuit": {
"client_id": "c6464fa783e5478dafc125f2eb5a9b75",
"client_secret": "see override",
"domain": "circuitsandbox.net",
"autoRenewToken": true
},
"qnamaker": {
"host": "https://circuitsupportservice.azurewebsites.net/qnamaker",
"hostv4": "https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/knowledgebases",
"knowledgebase": "98cbd972-02ce-4628-9a39-d0aa2eea1910",
"key": "see override",
"subscriptionKey": "see override"
},
"moderatorConvId": "dd8daead-6e3f-476e-a84c-3f47f99c98ca",
"sdkLogLevel": "debug",
"appLogLevel": "debug"
},
"production": {
"circuit": {
"client_id": "env var CLIENT_ID",
"client_secret": "env var CLIENT_SECRET",
"domain": "env var DOMAIN",
"autoRenewToken": true
},
"qnamaker": {
"host": "https://circuitsupportservice.azurewebsites.net/qnamaker",
"hostv4": "https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/knowledgebases",
"knowledgebase": "98cbd972-02ce-4628-9a39-d0aa2eea1910",
"key": "env var ENDPOINT_KEY",
"subscriptionKey": "env var SUBSCRIPTION_KEY"
},
"moderatorConvId": "729a4af8-7ee1-4894-aa46-54c05881c9eb",
"sdkLogLevel": "error",
"appLogLevel": "debug"
}
}