-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
24 lines (24 loc) · 860 Bytes
/
appsettings.json
File metadata and controls
24 lines (24 loc) · 860 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
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"QueueAccount": "UseDevelopmentStorage=true;",
"BlobAccount": "UseDevelopmentStorage=true;",
"Database": "Data Source=(LocalDb)\\MSSQLLocalDB;Initial Catalog=SeeSay;Integrated Security=True",
"AzureSignalRConnectionString": "Endpoint=https://seesay.service.signalr.net;AccessKey=vNNK8mbTbh/VG96RmPGcazDM+o+YjLkov0HYx8+x7qk=;Version=1.0;"
},
"Azure": {
"ComputerVision": {
"Key": "eee7d3bd1bc2442ea2b561d314e9a85e",
"Endpoint": "https://seesaycomputervision.cognitiveservices.azure.com/"
}
},
"Ngrok": {
"TunnelUrl": "https://randomly-merry-jawfish.ngrok-free.app"
}
}