elliebot/src/Ellie.VotesApi/appsettings.json
2023-07-11 22:00:14 +12:00

12 lines
No EOL
247 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"DiscordsKey": "my_discords_key",
"TopGGKey": "my_topgg_key",
"AllowedHosts": "*"
}