2026-06-01 13:42:40 +08:00
|
|
|
{
|
|
|
|
|
"ConnectionStrings": {
|
2026-06-01 17:59:23 +08:00
|
|
|
"DefaultConnection": "server=192.168.20.150;port=13306;database=InteractiveMagazine;user=user;password=n68792bu!y99r905;charset=utf8mb4;"
|
2026-06-01 13:42:40 +08:00
|
|
|
},
|
|
|
|
|
"JwtSettings": {
|
|
|
|
|
"Issuer": "QYZH.InteractiveMagazine",
|
2026-06-01 17:59:23 +08:00
|
|
|
"Audience": "QYZH.InteractiveMagazine",
|
|
|
|
|
"SecretKey": "zG7pLqR9xVw2bN8fYtHk3mPc5sA1dF6eUjW4gXhC7vB",
|
2026-06-01 13:42:40 +08:00
|
|
|
"ExpiryMinutes": 120
|
|
|
|
|
},
|
|
|
|
|
"RedisSettings": {
|
2026-06-01 17:59:23 +08:00
|
|
|
"ConnectionString": "192.168.20.150:16379,defaultDatabase=5",
|
2026-06-09 14:36:46 +08:00
|
|
|
"Sentinels": [],
|
|
|
|
|
"ExpireSecondRange": [ 3600, 7200 ]
|
2026-06-01 13:42:40 +08:00
|
|
|
},
|
|
|
|
|
"RabbitMQSettings": {
|
2026-06-01 17:59:23 +08:00
|
|
|
"HostName": "192.168.20.150",
|
2026-06-01 13:42:40 +08:00
|
|
|
"Port": 5672,
|
2026-06-01 17:59:23 +08:00
|
|
|
"UserName": "smartschool",
|
|
|
|
|
"Password": "@ss%&*otz%d*pq2S",
|
|
|
|
|
"VirtualHost": "InteractiveMagazine"
|
2026-06-01 13:42:40 +08:00
|
|
|
},
|
|
|
|
|
"WeChatSettings": {
|
|
|
|
|
"AppId": "your-wechat-appid",
|
|
|
|
|
"AppSecret": "your-wechat-appsecret"
|
|
|
|
|
},
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"System": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WriteTo": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "Console"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "File",
|
|
|
|
|
"Args": {
|
|
|
|
|
"path": "logs/log-.txt",
|
|
|
|
|
"rollingInterval": "Day"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-06-09 14:36:46 +08:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"AliyunOSSConfigs": {
|
|
|
|
|
"AccessKeyID": "LTAI5tEBXGewpHSLiSxyx6Bf",
|
|
|
|
|
"AccessKeySecret": "w29b8wkw6XQVL8GWXgp3ZesgYeDKvf",
|
|
|
|
|
"VodBucketName": "outin-5277bbb52bec11f08dbd00163e169e2b.oss-cn-beijing.aliyuncs.com",
|
|
|
|
|
"BucketName": "qyzh-qb",
|
|
|
|
|
"Region": "beijing",
|
|
|
|
|
"RoleArn": "acs:ram::1064745380176636:role/aliyunosstokengeneratorrole",
|
|
|
|
|
"DurationSeconds": 3600, //过期时间(秒)
|
|
|
|
|
"Endpoint": "oss-cn-beijing.aliyuncs.com",
|
|
|
|
|
"ProjectName": "QuestionBank",
|
|
|
|
|
"Domain": "https://qyzh-qb.oss-cn-beijing.aliyuncs.com/"
|
|
|
|
|
}
|
2026-06-01 13:42:40 +08:00
|
|
|
}
|