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,18 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Discord": {
"AppId": "942448872335220806"
},
"AllowedHosts": "*",
"ConnectionStrings": {
"LiebContext": "Data Source=/database/mydb.sqlite;"
},
"HttpClients": {
"DiscordBot": "http://lieb-bot-test"
}
}