Files
steves-bot/src/StevesBot.Worker/appsettings.Example.json
T

14 lines
231 B
JSON
Raw Normal View History

2025-05-07 23:54:46 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"DiscordClientOptions": {
"ApiUrl": "ApiUrl",
"AppToken": "AppToken",
"Intents": 0
}
}