appsettings.json 974 B

123456789101112131415161718192021222324252627282930313233
  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=Lot2Lot3;Username=postgres;Password=eink;",
  20. //"TargetDbConnectionString": "Host=127.0.0.1;Port=5432;Database=targetdb;Username=postgres;Password=eink;",
  21. //"TargetDbConnectionString": "Host=192.168.1.108;Port=5432;Database=eink;Username=postgres;Password=eink;",
  22. "TargetDbConnectionString": "",
  23. "ProductStartID": 0,
  24. "MesUrl": "http://eyzms.toc.eink.com:8088",
  25. "MesUrlTime": 30,
  26. "DaysAgo": 100,
  27. "PatternList": "wht,dot",
  28. "Topic": "LOT2AOIData#04#04-2AOI01",
  29. "ReadLot2Thread": false,
  30. "SendLot2Lot3Thread": false,
  31. "SendColourCastThread": false,
  32. "DeleteDBRecordThread": false
  33. }