基础服务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.
 
 

35 lines
1013 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. "ConnectionConfigs": [
  12. {
  13. "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_groupmealbase;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
  14. "DbType": "Mysql",
  15. "IsAutoCloseConnection": true
  16. }
  17. ],
  18. "cos_config": {
  19. "AppId": "1305371387",
  20. "Region": "ap-chengdu",
  21. "Bucket": "hbl-test-1305371387",
  22. "SecretId": "AKIDa4KQIvKUP6bw4ye6JI3a8lCPN7cswnV3",
  23. "SecretKey": "ObaLtCH9nCNPFrFQO7ex2sTqyxlLgnfJ"
  24. },
  25. "dev1_brokerHostSettings": {
  26. "Port": 8083,
  27. "Host": "10.2.1.21"
  28. },
  29. "MqttClientSettings": {
  30. "UserName": "emqx_u_block",
  31. "Password": "emqx_p_admin8765490789"
  32. },
  33. "order_url": "http://order",
  34. "wechat_url": "http://wechat"
  35. }