21 lines
429 B
JSON
21 lines
429 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning",
|
||
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"DefaultConnection": ""
|
||
|
|
},
|
||
|
|
"Jwt": {
|
||
|
|
"Secret": "",
|
||
|
|
"Issuer": "flatrender-identity",
|
||
|
|
"Audience": "flatrender",
|
||
|
|
"AccessTokenMinutes": "15",
|
||
|
|
"RefreshTokenDays": "30"
|
||
|
|
}
|
||
|
|
}
|