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

12 lines
206 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"HttpClients": {
"LiebWebsite": "https://lieb.games"
}
}