Добавлены новые функции для управления контактами и фотографиями сотрудников, улучшена логика обработки избранных контактов, добавлены уведомления о днях рождения сотрудников.
This commit is contained in:
+13
-7
@@ -1,21 +1,27 @@
|
||||
{
|
||||
"Paths": {
|
||||
"ContactsJsonPath": "data/contacts.json",
|
||||
"PhotoBasePath": "data/photos"
|
||||
"ContactsJsonPath": "http://contacts.nssz.local/data/contacts.json",
|
||||
"PersistentContactsJsonPath": "PersistentContacts.json",
|
||||
"PhotoBasePath": "photos"
|
||||
},
|
||||
"Telegram": {
|
||||
"BotToken": "8155021946:AAGbfJnLa0sTWxqFB9yjbXhbTedBw4wvcQE"
|
||||
},
|
||||
"Redis": {
|
||||
"Configuration": "redis-15840.crce198.eu-central-1-3.ec2.redns.redis-cloud.com:15840",
|
||||
"User": "tgbot",
|
||||
"Password": "0aCKMee9Ocq88KzfjWyC9AmB25tLiY93%"
|
||||
"Configuration": "contacts.nssz.local:6379",
|
||||
"User": "default",
|
||||
"Password": ""
|
||||
},
|
||||
"Serilog": {
|
||||
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ],
|
||||
"Using": [
|
||||
"Serilog.Sinks.Console",
|
||||
"Serilog.Sinks.File"
|
||||
],
|
||||
"MinimumLevel": "Debug",
|
||||
"WriteTo": [
|
||||
{ "Name": "Console" },
|
||||
{
|
||||
"Name": "Console"
|
||||
},
|
||||
{
|
||||
"Name": "File",
|
||||
"Args": {
|
||||
|
||||
Reference in New Issue
Block a user