28 lines
680 B
JSON
28 lines
680 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |