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
18
Lieb/appsettings.Staging.json
Normal file
18
Lieb/appsettings.Staging.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue