Merge remote-tracking branch 'origin/master'

This commit is contained in:
Liangwq 2026-05-21 17:54:01 +08:00
commit 97fc8c4090
2 changed files with 0 additions and 43 deletions

View File

@ -1,8 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View File

@ -1,35 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"IpFilter": "::1,192.168.60.52,218.13.13.54",
"ConnectionStrings": {
"DEV": "Server=192.168.1.143,2628;Database=查询0819;User Id=prideuser;Password=pride@1995;Encrypt=True;TrustServerCertificate=True;",
"PRO": "Server=192.168.1.143,2628;Database=广宇v80;User Id=prideuser;Password=pride@1995;Encrypt=True;TrustServerCertificate=True;",
"DataFill": "Server=192.168.1.143,2628;Database=GYDataFill;User Id=prideuser;Password=pride@1995;Encrypt=True;TrustServerCertificate=True;",
"Canteen": "Server=192.168.1.142;Database=Comettest2020;User Id=prideuser;Password=pride@1995;Encrypt=True;TrustServerCertificate=True;",
"Redis": "192.168.1.23:6379,password=Pride@1995,defaultDatabase=15,ssl=False,abortConnect=False,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000",
"MongoDB": "mongodb://pridereader:pride12345@192.168.1.31:27017/pride"
},
"Jwt": {
"SecretKey": "F5anuYwT8kfHN5wmFEyIlKryY9ATD8VLQ6QvOqHbJKooAHJtHS8usJe8Nw9ZB8q5BOQJi1LGLeEttYxaesu3q4jjtimms60",
"Issuer": "DemoAppIssuer",
"Audience": "DemoAppAudience",
"TimeOutSeconds": "1000"
},
"RabbitMQServer": {
"HostName": "192.168.1.12",
"Port": "5672",
"UserName": "admin",
"Password": "pride@1995"
},
"RedisInfo": {
"DefaultKey": "ExternalAPI",
"DefaultDB": "15"
},
"Downloadsecret": "4H3tDwW1d2xFiyTT6MD7pmkCTPw4Rhj0"
}