IABotTeste/IABotTeste/appsettings.json
Ricardo R C Gonçalves 888f5d7109 Add project files.
2024-08-21 20:55:46 -03:00

13 lines
241 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"BOT_ID": "$botId$",
"BOT_PASSWORD": "$bot-password$"
}