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

11 lines
188 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"HttpClients": {
"LiebWebsite": "https://localhost:7216/"
}
}