12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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=Line10Lot2;Username=postgres;Password=eink;",
- "ProductStartID": 3871260,
- "MesUrl": "http://eyzms.toc.eink.com:8088",
- "MesUrlTime": 30,
- "DaysAgo": 60,
- "Topic": "AOIData#10#10-2AOI01",
- "ReadLot2Thread": true,
- "SendLot2Lot3Thread": false,
- "SendColourCastThread": false,
- "DeleteDBRecordThread": false,
- "Lot2PatternList": "White,DotA,Black",
- "Lot3AppearancePatternList": "PositiveAppearance,BackAppearance,BackFPC,PositiveFPC",
- "Lot3ScreenPatternList": "F_Gray_PL1,F_Red_PL1,F_White_PL1,M_Gray_PL1,M_Red_PL1,M_White_PL1",
- "AppearancePixelEquivalent": {
- "enable": true,
- "PositiveAppearance": 0.0332,
- "BackAppearance": 0.0332,
- "BackFPC": 0.02,
- "PositiveFPC": 0.02
- }
- }
|