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