Lieb-Website/DiscordBot/appsettings.json
2023-11-22 21:52:41 +01:00

12 lines
207 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"HttpClients": {
"LiebWebsite": "http://lieb-website"
}
}