{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Kestrel": { "EndPoints": { "Http": { "Url": "http://*:8080" } //"Https": { // "Url": "https://localhost:8082" //} } }, "LocalDbConnectionString": "Host=127.0.0.1;Port=5432;Database=Eink;Username=postgres;Password=eink;", //"TargetDbConnectionString": "Host=127.0.0.1;Port=5432;Database=targetdb;Username=postgres;Password=eink;", //"TargetDbConnectionString": "Host=192.168.1.108;Port=5432;Database=eink;Username=postgres;Password=eink;", "TargetDbConnectionString": "", "ProductStartID": 0, "MesUrl": "http://eyzms.toc.eink.com:8088", "MesUrlTime": 30, "DaysAgo": 60, "PatternList": "wht,dot", "Topic": "LOT2AOIData#04#04-2AOI01", "ReadLot2Thread": false, "SendLot2Lot3Thread": false, "SendColourCastThread": false, "DeleteDBRecordThread": true }