{ "AccessConnectionString": "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=X:\\Back\\Controle NFs\\Dados.accdb;", "PostgresConnectionString": "Host=…;Port=5432;Database=…;Username=…;Password=…;", "Mail": { "Host": "outlook.office365.com", "Port": 993, "User": "service@yourcompany.com", "Password": "…", "SupplierAllowList": [ "faturamento@…", "nfe@…" ] }, "PollingIntervalMinutes": 2, "Tolerances": { "VolumePercent": 1.0, "PricePercent": 0.5, "TaxPercent": 1.0 }, "ArchiveBasePath": "X:\\Back\\Controle NFs\\Fs\\", "Logging": { "LogLevel": { "Default": "Information", "Microsoft.Hosting.Lifetime": "Information" } } }