elliebot/src/EllieBot.VotesApi/appsettings.json

15 lines
339 B
JSON
Raw Normal View History

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",
"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": "*"
}