Initial commit
This commit is contained in:
19
MealPlan.Api/appsettings.Development.json
Normal file
19
MealPlan.Api/appsettings.Development.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Jwt": {
|
||||
"Secret": "dev-only-insecure-secret-change-me-please-32+chars",
|
||||
"Issuer": "DailyMeals",
|
||||
"Audience": "DailyMeals"
|
||||
},
|
||||
"CORS": {
|
||||
"AllowedOrigin": "http://localhost:5173"
|
||||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Debug",
|
||||
"Override": {
|
||||
"Microsoft.AspNetCore": "Information",
|
||||
"Microsoft.EntityFrameworkCore": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user