Complete remaining tasks: deployment config, announcement pages

This commit is contained in:
Denis Urs Rudolph
2026-04-03 21:43:27 +02:00
parent f282775c9a
commit 79b41a3650
4 changed files with 91 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Jwt": {
"Key": "${JWT_SECRET_KEY}",
"Issuer": "RacePlannerApi",
"Audience": "RacePlannerClient"
},
"ConnectionStrings": {
"DefaultConnection": "${DATABASE_URL}"
}
}