16 lines
396 B
JSON
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": "*"
|
|
}
|