Files
ASP.NET-CORE-web-test/bin/Debug/net9.0/appsettings.json
2025-10-10 16:02:38 +08:00

16 lines
396 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"jwt": {
"Issuer": "baidu.com",
"Audience": "baidu.com",
"CertificatePath": "ecc-certificate.pfx", // 证书文件名 (相对于应用根目录)
"CertificatePassword": "UpRTXjaHdJaPCAjgjTTt" // 您在生成证书时设置的密码
},
"AllowedHosts": "*"
}