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.

29 lines
816 B

  1. {
  2. //此配置文件为测试环境
  3. //服务地址
  4. "SaasRoute": "https://bpa.black-pa.com:21528/kitchen/",
  5. //启动设备调试
  6. "StartDevice": false,
  7. //串口
  8. "COM": "COM8",
  9. //定时任务时间表达式 每隔6小时推送一次
  10. "Cron": "0/5 * * * * ?",
  11. //店铺ID
  12. "StoreId": "6341f7d5-2d62-4a7d-8386-3467741efcef",
  13. //加盟商Id
  14. "TenantId": "78d635f7-8ee4-4be4-b26a-462016196826",
  15. //本地数据库
  16. "ConnectionStrings": {
  17. "Sqlite": "HKSQL.db3"
  18. },
  19. //每个时间段的刷卡次数
  20. "Count": 999,
  21. //取消单卡刷卡限制
  22. "Cancel": false,
  23. //MQ测试地址 内网无法访问需要用正式的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. "Admin": [ 666, 888, 999 ]
  28. }