Сильно переделанная версия, добавлены избранные контакты, отправка фото и т.п.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user