-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappsettings.json
51 lines (47 loc) · 1.09 KB
/
appsettings.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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Bot": {
"AppId": "",
"AppSecret": "",
"BaseURL": "",
"PSTNAppId": "",
"DurationBeforeVoicemail": "22",
"TuningDurationForCorrectVoicemail": "15",
"BotTeamsDisplayName": "Teams智慧語音通知v2",
"BotTeamsId": "",
"UsingHeaderAuth": "false",
"UsingSubscribeTone": "false",
"SubscribeToneWaitTime": 10
},
"Tone": {
"ToneZeroAudio": "tone0",
"ToneOneAudio": "tone1",
"ToneTwoAudio": "tone2",
"ToneThreeAudio": "tone3",
"ToneFourAudio": "tone4",
"ToneFiveAudio": "tone5",
"ToneSixAudio": "tone6",
"ToneSevenAudio": "tone7",
"ToneEightAudio": "tone8",
"ToneNineAudio": "tone9",
"TonePoundAudio": "tone#",
"ToneStarAudio": "tone*"
},
"Speech": {
"EndPoint": "",
"Key": "",
"STSUri": "",
"SpeechSpeedPercentage": "80",
"SpeechGender": "Female"
},
"ApiKey": {
"ApiKeyName": "AuthenticationHeaderKey",
"ApiKeyValue": "!!1357924680__"
},
"AllowedHosts": "*"
}