15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Authentication": {
|
|
"Jwt": {
|
|
"Lifetime": "00:30:00"
|
|
}
|
|
}
|
|
} |