Initial commit
This commit is contained in:
25
MealPlan.Api/appsettings.json
Normal file
25
MealPlan.Api/appsettings.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user