Additional AI test cases

This commit is contained in:
P-A
2026-03-28 22:00:58 +01:00
parent b903b27890
commit f4fc960469
162 changed files with 4643 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"JwtSettings": {
"Key": "SUPER_HEMLIG_NYCKEL_1234567890_I_WANT_MORE_SEX",
"Issuer": "MyApp",
"Audience": "MyAppUsers",
"ExpireMinutes": 60
}
}