31 lines
789 B
JSON
31 lines
789 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"RemoteNew": "Server=123.56.181.144,14333\\MSSQLExpress14;Database=IRaCIS_New;User ID=sa;Password=dev123456DEV;"
|
|
//,"hang": "Server=ZHOU;Database=IRaCIS;User ID=sa;Password=sa123456;",
|
|
|
|
},
|
|
"HttpReports": {
|
|
"Transport": {
|
|
"CollectorAddress": "http://123.56.181.144:6099/",
|
|
"DeferSecond": 10,
|
|
"DeferThreshold": 100
|
|
},
|
|
"Server": "http://localhost:6100/",
|
|
"Service": "IRaCIS",
|
|
"Switch": true,
|
|
//"RequestFilter": [ "/api/health/*", "/HttpReports*" ],
|
|
"WithRequest": true,
|
|
"WithResponse": true,
|
|
"WithCookie": false,
|
|
"WithHeader": true
|
|
}
|
|
|
|
}
|