elliebot/src/Ellie.VotesApi/appsettings.json

12 lines
247 B
JSON
Raw Normal View History

2023-07-11 22:00:14 +12:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"DiscordsKey": "my_discords_key",
"TopGGKey": "my_topgg_key",
"AllowedHosts": "*"
}