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.
16 lines
391 B
16 lines
391 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"JwtTokenSettings": {
|
|
"ValidIssuer": "ExampleIssuer",
|
|
"ValidAudience": "ValidAudience",
|
|
"SymmetricSecurityKey": "fvh8456477hth44j6wfds98bq9hp8bqh9ubq9gjig3qr0[94vj5",
|
|
"JwtRegisteredClaimNamesSub": "345h098bb8reberbwr4vvb8945"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|