Test Entity Framework

This commit is contained in:
Simon Lübeß
2025-05-27 14:17:47 +02:00
parent dffd31cd0f
commit 9e7ec186cd
8 changed files with 314 additions and 0 deletions

View File

@ -12,5 +12,8 @@
"Authentication": {
"JwtGenerationSecret": "Please provide a GUID (without dashes) as secret.",
"JwtExpiryTime": "00:15:00"
},
"ConnectionStrings": {
"Default": "[NO_CONNECTION_STRING]"
}
}