mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
20 lines
437 B
JSON
20 lines
437 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
},
|
|
"Console": {
|
|
"IncludeScopes": true,
|
|
"TimestampFormat": "yyyy-MM-ddTHH:mm:ss.fffZ"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Jwt": {
|
|
"ExpirationMinutes": 120,
|
|
"Issuer": "biergarten-api",
|
|
"Audience": "biergarten-users"
|
|
}
|
|
}
|