更新appsettings.json中的配置文件
parent
28f36d565b
commit
f53c370e6c
@ -1,71 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"WebConfig": {
|
||||
"IdentServerUrl": "http://djy-identity.myshipping.net",
|
||||
"WebId": 234,
|
||||
"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": "172.1.0.2:6379",
|
||||
"RedisDb": 0,
|
||||
"Rbmq_Host": "172.1.0.3:5672",
|
||||
"Rbmq_UserName": "admin",
|
||||
"Rbmq_Password": "admin",
|
||||
"Rbmq_Sqlhost": "Data Source =172.31.85.154; Initial Catalog=djy_logs; Persist Security Info=True; User ID =sa; Password=QDdjy#2020*;pooling=true",
|
||||
"DapperDbString": "Data Source =123.234.225.158,28000; Initial Catalog=DevAMS; Persist Security Info=True; User ID =dev; Password=dev123;pooling=true;",
|
||||
"DataConnList": [
|
||||
|
||||
{
|
||||
"SysKey": "AMS",
|
||||
"TitleName": "AMS",
|
||||
"Index": 100,
|
||||
"DataType": 1,
|
||||
"Status": 0,
|
||||
"ConnString": "Data Source =123.234.225.158,28000; Initial Catalog=DevAMS; Persist Security Info=True; User ID =dev; Password=dev123;pooling=true;"
|
||||
},
|
||||
{
|
||||
"SysKey": "Common",
|
||||
"TitleName": "Common",
|
||||
"Index": 100,
|
||||
"DataType": 1,
|
||||
"Status": 0,
|
||||
"ConnString": "Data Source =123.234.225.158,28000; Initial Catalog=DevCommonDB; Persist Security Info=True; User ID =dev; Password=dev123;pooling=true;"
|
||||
},
|
||||
{
|
||||
"SysKey": "djydb",
|
||||
"TitleName": "pingtai",
|
||||
"Index": 100,
|
||||
"DataType": 1,
|
||||
"Status": 0,
|
||||
"ConnString": "Data Source =123.234.225.158,28000; Initial Catalog=DevDsPingTai; Persist Security Info=True; User ID =dev; Password=dev123;pooling=true"
|
||||
|
||||
},
|
||||
{
|
||||
"SysKey": "logsdb",
|
||||
"TitleName": "日志库",
|
||||
"Index": 100,
|
||||
"DataType": 1,
|
||||
"Status": 0,
|
||||
"ConnString": "Data Source =172.31.85.154,1433; Initial Catalog=djy_logs; Persist Security Info=True; User ID =sa; Password=QDdjy#2020*;pooling=true"
|
||||
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue