26 lines
475 B
JSON
26 lines
475 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": ""
|
|
},
|
|
"Jwt": {
|
|
"Secret": "",
|
|
"Issuer": "DailyMeals",
|
|
"Audience": "DailyMeals",
|
|
"AccessTokenMinutes": 15,
|
|
"RefreshTokenDays": 7
|
|
},
|
|
"CORS": {
|
|
"AllowedOrigin": ""
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|