appsettings.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "Kestrel": {
  10. "EndPoints": {
  11. "Http": {
  12. "Url": "http://*:8080"
  13. }
  14. //"Https": {
  15. // "Url": "https://localhost:8082"
  16. //}
  17. }
  18. },
  19. "LocalDbConnectionString": "Host=127.0.0.1;Port=5432;Database=Eink;Username=postgres;Password=eink;",
  20. "TargetDbConnectionString": "Host=127.0.0.1;Port=5432;Database=Line10Lot2;Username=postgres;Password=eink;",
  21. "ProductStartID": 3871260,
  22. "MesUrl": "http://eyzms.toc.eink.com:8088",
  23. "MesUrlTime": 30,
  24. "DaysAgo": 60,
  25. "Topic": "AOIData#10#10-2AOI01",
  26. "ReadLot2Thread": true,
  27. "SendLot2Lot3Thread": false,
  28. "SendColourCastThread": false,
  29. "DeleteDBRecordThread": false,
  30. "Lot2PatternList": "White,DotA,Black",
  31. "Lot3AppearancePatternList": "PositiveAppearance,BackAppearance,BackFPC,PositiveFPC",
  32. "Lot3ScreenPatternList": "F_Gray_PL1,F_Red_PL1,F_White_PL1,M_Gray_PL1,M_Red_PL1,M_White_PL1",
  33. "AppearancePixelEquivalent": {
  34. "enable": true,
  35. "PositiveAppearance": 0.0332,
  36. "BackAppearance": 0.0332,
  37. "BackFPC": 0.02,
  38. "PositiveFPC": 0.02
  39. }
  40. }