Files
QYZH.InteractiveMagazine/QYZH.InteractiveMagazine.WebApi/appsettings.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2026-06-01 13:42:40 +08:00
{
"ConnectionStrings": {
"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",
"Audience": "QYZH.InteractiveMagazine",
"SecretKey": "zG7pLqR9xVw2bN8fYtHk3mPc5sA1dF6eUjW4gXhC7vB",
2026-06-01 13:42:40 +08:00
"ExpiryMinutes": 120
},
"RedisSettings": {
"ConnectionString": "192.168.20.150:16379,defaultDatabase=5",
2026-06-01 13:42:40 +08:00
"InstanceName": "interactive_magazine"
},
"RabbitMQSettings": {
"HostName": "192.168.20.150",
2026-06-01 13:42:40 +08:00
"Port": 5672,
"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"
}
}
]
},
"AllowedHosts": "*"
}