Lieb-Website/Lieb/appsettings.json
2022-11-24 19:26:29 +01:00

18 lines
342 B
JSON

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