Загрузка данных
{ "Serilog": { "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ], "MinimalLevel": { "Default": "Information", "Override": { "Microsoft": "Information", "System": "Warning" } }, "WriteTo": [ { "Name": "Console" }, { "Name": "File", "Args": { "path": "Logs/log-.txt", "rollingInterval": "Day" } } ] }, "XxinfDbConnectionSettings": { "Host": "localhost", "Port": 5432, "Database": "xxinf", "Username": "postgres", "Password": "postgres", "MaxPoolSize": 10, "ConnectionLifetime": 3600, "CommandTimeout": 60, "Timeout": 120 }, "AlfrescoDbConnectionSettings": { "Host": "localhost", "Port": 5432, "Database": "alfresco", "Username": "postgres", "Password": "postgres", "MaxPoolSize": 10, "ConnectionLifetime": 3600, "CommandTimeout": 60, "Timeout": 120 }, "DaOfficeSyncOptions": { "ClientId": "", "ClientSecret": "", "SubHost": "net_home", "Source": "alfresco", "BatchSize": 100, "MaxUsersToBlock": null, "DelayAfterSubDivisionsSync": "00:05:00" }, "CoreApiSettings": { "ApiUri": "https://start-test.cherkizovsky.net/api" } }