Lieb-Website/DiscordBot/appsettings.json
2022-11-22 22:51:37 +01:00

12 lines
200 B
JSON

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