Initial commit

This commit is contained in:
2026-06-04 06:24:56 +02:00
commit 282f4864c4
111 changed files with 8083 additions and 0 deletions

View 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"
}
}
}
}