5320c9ec20
* Fixed wrong LeveldDebug method calls after moving logic from providers to router * Added independent "IndentFlags" property to inner debugger class * Fixed debug logging in few places * Removed "ICollectingOptions" and merged it with new options abstract "ITelegratorOptions" * Added WebHook version of hosting class
28 lines
543 B
JSON
28 lines
543 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
|
|
"TelegramBotClientOptions": {
|
|
"Token": "7625502724:AAE5QPuX5P_lk2HwV4kdE6guoM6nsFQbe-c"
|
|
},
|
|
|
|
"TelegramBotOptions": {
|
|
"ExecuteOnlyFirstFoundHanlder": true,
|
|
"MaximumParallelWorkingHandlers": null
|
|
},
|
|
|
|
"HostOptions": {
|
|
"ShutdownTimeout": 10,
|
|
"BackgroundServiceExceptionBehavior": "StopHost"
|
|
},
|
|
|
|
"Shapes": {
|
|
"Token": "AX5IHZHSZMGQVEC6TILCOFLALPQRDDUWEBT8UYPH0OW"
|
|
},
|
|
|
|
"AllowedHosts": "*"
|
|
} |