You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
949 B

  1. {
  2. //此配置文件为正式环境
  3. //服务地址
  4. "SaasRoute": "https://witt.black-pa.com/kitchen/",
  5. //启动设备调试
  6. "StartDevice": true,
  7. //串口
  8. "COM": "COM7",
  9. //定时任务时间表达式 每隔20分钟同步一次
  10. "Cron": "0 0/20 * * * ?",
  11. //店铺ID
  12. "StoreId": "0c32b2e2-0dc9-4941-b73d-3dc91f7268ab",
  13. //加盟商Id
  14. "TenantId": "01911b43-8844-4d93-b916-34208e31ba66",
  15. //本地数据库
  16. "ConnectionStrings": {
  17. "Sqlite": "HKSQL.db3"
  18. },
  19. //每个时间段的刷卡次数
  20. "Count": 1,
  21. //取消单卡刷卡限制
  22. "Cancel": true,
  23. //MQ测试地址
  24. //"MQ": "host=10.2.1.21:5672;username=guest;password=guest"
  25. //MQ正式地址
  26. "MQ": "host=47.108.65.220;username=root;password=pwd",
  27. //MQTT
  28. "MQTT": "171.221.208.23,11883,admin,public1",
  29. //超级卡
  30. "Admin": [6666666666666666666,8888888888888888888,9999999999999999999,1590198360768385024,1590198442460844032],
  31. //刷卡间隔
  32. "Span": 5
  33. }