users joining raids are now added to polls

added testsystem
This commit is contained in:
Sarah Faey 2023-01-03 20:05:07 +01:00
parent ef1c301c05
commit d9da5572a2
9 changed files with 1070 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"HttpClients": {
"LiebWebsite": "https://lieb.games:4430"
}
}