添加项目文件。
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user