2024-03-23 16:42:10 +13:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"DiscordsKey": "my_discords_key",
|
|
|
|
"TopGGKey": "my_topgg_key",
|
2025-03-25 14:58:02 +13:00
|
|
|
"DiscordBotListKey": "my_discordbotlist_key",
|
2025-03-29 20:49:00 +13:00
|
|
|
"BotGrpcHost": "http://127.0.0.1:59384",
|
2024-03-23 16:42:10 +13:00
|
|
|
"AllowedHosts": "*"
|
|
|
|
}
|