-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.Development.json
More file actions
42 lines (42 loc) · 1.4 KB
/
Copy pathappsettings.Development.json
File metadata and controls
42 lines (42 loc) · 1.4 KB
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
{
"Urls": "https://localhost:5001;http://localhost:5002;https://fire-173822vma.alexgov.net:5001;http://fire-173822vma.alexgov.net:5002;",
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information",
"Microsoft.AspNetCore.SignalR": "Debug",
"Microsoft.AspNetCore.Http.Connections": "Debug",
"Dievas.Services.TelestaffBackgroundService": "Trace"
},
"Console": {
"LogLevel": {
"Dievas.Services.TelestaffBackgroundService": "Trace"
}
}
},
"ConnectionStrings": {
"CAD_Reporting": "Server=DECWHL01RPT01;Database=Reporting_System;Trusted_Connection=True;"
},
"SwaggerEndpoint": "/swagger/v1/swagger.json",
"AllowedHosts": "*",
"Origins": "http://localhost:8080;http://fire-173822vma.alexgov.net:8080;http://fire-173822vma.local:8080",
"NWS": {
"Url": "https://api.weather.gov/",
"ForecastEndpoint": "gridpoints/LWX/96,66/forecast",
"User-agent": "(Stack Weather, kt3i.com)"
},
"Telestaff": {
"Url": "https://telestaff.alexandriava.gov",
"User-agent": "(Stack Weather, kt3i.com)",
"TimeFormat": "yyyy-MM-dd",
"AllowInvalidCertificates": true,
"ExpirationTimeInMinutes": 15,
},
"TestHarness": {
"Enabled": true,
"Url": "https://sfireweb2.alexgov.net/DashboardApi/",
"User-agent": "(Stack Weather, kt3i.com)",
"AllowInvalidCertificates": false,
}
}