后厨api
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.
 
 

27 lines
765 B

  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "Logging": {
  4. "LogLevel": {
  5. "Default": "Information",
  6. "Microsoft.AspNetCore": "Warning",
  7. "Microsoft.EntityFrameworkCore": "Information"
  8. }
  9. },
  10. "AllowedHosts": "*",
  11. "baseurl": "http://localhost:5006/",
  12. "ConnectionConfigs": [
  13. {
  14. "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_kitchenmanage;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
  15. "DbType": "Mysql",
  16. "IsAutoCloseConnection": true
  17. }
  18. ],
  19. "dev1_brokerHostSettings": {
  20. "Port": 1883,
  21. "Host": "10.2.1.21"
  22. },
  23. "MqttClientSettings": {
  24. "UserName": "emqx_u_block",
  25. "Password": "emqx_p_admin8765490789"
  26. }
  27. }