21 lines
417 B
JSON
21 lines
417 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"Authentication": {
|
||
|
"Schemes": {
|
||
|
"Bearer": {
|
||
|
"ValidAudiences": [
|
||
|
"http://localhost:8345",
|
||
|
"https://localhost:44340",
|
||
|
"http://localhost:5006",
|
||
|
"https://localhost:7169"
|
||
|
],
|
||
|
"ValidIssuer": "dotnet-user-jwts"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|