users joining raids are now added to polls
added testsystem
This commit is contained in:
parent
ef1c301c05
commit
d9da5572a2
9 changed files with 1070 additions and 0 deletions
12
DiscordBot/appsettings.Staging.json
Normal file
12
DiscordBot/appsettings.Staging.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"HttpClients": {
|
||||
"LiebWebsite": "https://lieb.games:4430"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue