Сильно переделанная версия, добавлены избранные контакты, отправка фото и т.п.

This commit is contained in:
V1RTUOZ
2025-04-30 02:34:18 +03:00
parent 608c79d3de
commit a205f274b5
7 changed files with 529 additions and 132 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"Paths": {
"ContactsJsonPath": "data/contacts.json",
"PhotoBasePath": "data/photos"
},
"Telegram": {
"BotToken": "8155021946:AAGbfJnLa0sTWxqFB9yjbXhbTedBw4wvcQE"
},
"Redis": {
"Configuration": "redis-15840.crce198.eu-central-1-3.ec2.redns.redis-cloud.com:15840",
"User": "tgbot",
"Password": "0aCKMee9Ocq88KzfjWyC9AmB25tLiY93%"
},
"Serilog": {
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ],
"MinimumLevel": "Debug",
"WriteTo": [
{ "Name": "Console" },
{
"Name": "File",
"Args": {
"path": "nsszcontactbot.log",
"rollingInterval": "Day"
}
}
]
}
}