-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
26 lines (24 loc) · 817 Bytes
/
appsettings.json
File metadata and controls
26 lines (24 loc) · 817 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
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System.Net.Http.HttpClient": "Warning",
"System.Net.Http.HttpClient.PralFbrClient.ClientHandler": "Warning",
"System.Net.Http.HttpClient.PralFbrClient.LogicalHandler": "Warning",
"PralFbrExtension.Controllers": "Information"
}
},
"AllowedHosts": "*",
"PralFbrEndpoints": {
"Sandbox": {
"Validate": "https://gw.fbr.gov.pk/di_data/v1/di/validateinvoicedata_sb",
"Post": "https://gw.fbr.gov.pk/di_data/v1/di/postinvoicedata_sb"
},
"Production": {
"Validate": "https://gw.fbr.gov.pk/di_data/v1/di/validateinvoicedata",
"Post": "https://gw.fbr.gov.pk/di_data/v1/di/postinvoicedata"
}
},
}