Lieb-Website/Lieb/appsettings.json
Sarah Faey fc5e75cc9d fixed errors while logging raids
SQlite is now also used in production
2022-11-24 17:56:06 +01:00

18 lines
335 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Discord": {
"AppId": "942448872335220806"
},
"AllowedHosts": "*",
"ConnectionStrings": {
"LiebContext": "Data Source=/database/mydb.sqlite;"
},
"HttpClients": {
"DiscordBot": "lieb-bot"
}
}