北航定位系统服务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
418 B

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Authentication": {
"Schemes": {
"Bearer": {
"ValidAudiences": [
"http://localhost:61993",
"https://localhost:44359",
"http://localhost:5136",
"https://localhost:7026"
],
"ValidIssuer": "dotnet-user-jwts"
}
}
}
}