1. ISF、AMS日志记录优化 2.补充ISF允许重发的条件
parent
9dc845c493
commit
a31113f092
@ -0,0 +1,70 @@
|
||||
{
|
||||
// 此文件为正式环境使用的配置文件
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Urls": "http://*:30818",
|
||||
"WebConfig": {
|
||||
"IdentServerUrl": "http://djy-identity.myshipping.net",
|
||||
"WebId": 236,
|
||||
"Area": "山东省|青岛市|市南区",
|
||||
"DesKey": "2Fv6I7oV6AlCFEbN",
|
||||
"jwt_Audience": "admin",
|
||||
"jwt_Issuer": "shuosoft",
|
||||
"jwt_Secretkey": "IBFoxBpwAW2rSDIsYiHJL5aZ3Rpr5Uaph4t6Eqm2Fv6I7oV6AlCFEbNWRXyJT653iOFIbWOcOF3sMRSSUelRSbIL6RzOCOfIk3hhxyn9Aj4HxEE08zqlRloA0CWX7MQ0",
|
||||
"jwt_Expiration": 1440,
|
||||
"StrFilte": "肏,妈妈,操你妈,草泥马,屌,傻逼,骚逼,王八蛋,你妈的,+,=,-,_,/,*,&,@,.,,,*",
|
||||
"ShopPower": 1,
|
||||
"ConnName": "sqldb",
|
||||
"cache_time": 10,
|
||||
"WebHostUrl": "https://zh-userapi.jingyiji.net",
|
||||
"Redis": "127.0.0.1,defaultDatabase=9,",
|
||||
"RedisDb": "9",
|
||||
"Rbmq_Host": "172.31.85.169:13866",
|
||||
"Rbmq_UserName": "ams",
|
||||
"Rbmq_Password": "djy_ams",
|
||||
"Rbmq_Sqlhost": "Data Source =47.104.73.97,6761; Initial Catalog=djy_logs; Persist Security Info=True; User ID =sa; Password=QDdjy#2020*;pooling=true",
|
||||
"DapperDbString": "Data Source =47.104.73.97,6762; Initial Catalog=AMS; Persist Security Info=True; User ID =sa; Password=QDdjy#2020*;pooling=true;",
|
||||
"requesterDea": "HWCDDS",
|
||||
"DataConnList": [
|
||||
{
|
||||
"SysKey": "AMS",
|
||||
"TitleName": "AMS",
|
||||
"Index": 100,
|
||||
"DataType": 1,
|
||||
"Status": 0,
|
||||
"ConnString": "Data Source=47.104.73.97,6762; Initial Catalog=AMS; Persist Security Info=True; User ID =sa; Password=QDdjy#2020*;pooling=true;"
|
||||
},
|
||||
{
|
||||
"SysKey": "Common",
|
||||
"TitleName": "Common",
|
||||
"Index": 100,
|
||||
"DataType": 1,
|
||||
"Status": 0,
|
||||
"ConnString": "Data Source=47.104.73.97,6762; Initial Catalog=CommonDB; Persist Security Info=True; User ID =sa; Password=QDdjy#2020*;pooling=true;"
|
||||
},
|
||||
{
|
||||
"SysKey": "djydb",
|
||||
"TitleName": "pingtai",
|
||||
"Index": 100,
|
||||
"DataType": 1,
|
||||
"Status": 0,
|
||||
"ConnString": "Data Source =47.104.73.97,6761; Initial Catalog=DsPingTai; Persist Security Info=True; User ID =sa; Password=QDdjy#2020*;pooling=true"
|
||||
|
||||
},
|
||||
{
|
||||
"SysKey": "logsdb",
|
||||
"TitleName": "日志库",
|
||||
"Index": 100,
|
||||
"DataType": 1,
|
||||
"Status": 0,
|
||||
"ConnString": "Data Source=47.104.73.97,6761,1433; Initial Catalog=djy_logs; Persist Security Info=True; User ID =sa; Password=QDdjy#2020*;pooling=true"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue