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

51 lines
1.7 KiB

  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://192.168.1.50:5007/", //后厨服务地址
  12. "ConnectionConfigs": [
  13. {
  14. "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_kitchenbasemanage;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
  15. //"ConnectionString": "server=rm-2vc13i9x07380opr2jo.mysql.cn-chengdu.rds.aliyuncs.com;Database=bpa_kitchen_kitchenbasemanage;Uid=readadmin;Pwd=readBapAdmin123456@$;Allow Zero Datetime=True;Convert Zero Datetime=True;",
  16. "DbType": "Mysql",
  17. "IsAutoCloseConnection": true
  18. }
  19. ],
  20. "cos_config": {
  21. "AppId": "1305371387",
  22. "Region": "ap-chengdu",
  23. "Bucket": "hbl-test-1305371387",
  24. "SecretId": "AKIDa4KQIvKUP6bw4ye6JI3a8lCPN7cswnV3",
  25. "SecretKey": "ObaLtCH9nCNPFrFQO7ex2sTqyxlLgnfJ"
  26. },
  27. "dev1_brokerHostSettings": {
  28. "Port": 8083,
  29. "Host": "10.2.1.21"
  30. },
  31. "MqttClientSettings": {
  32. "UserName": "emqx_u_block",
  33. "Password": "emqx_p_admin8765490789"
  34. },
  35. "BPA": {
  36. "Aliyun": {
  37. "Oss": {
  38. "AccessKeyId": "LTAI5tGkcsA6HmUL2EyNfYmq",
  39. "AccessKeySecret": "gPCBqVHqnq17f2YikwdtsjExl1NRVF",
  40. "Endpoint": "https://oss-cn-chengdu.aliyuncs.com",
  41. "BucketName": "bpa", //"erphk",
  42. "PresignedUriExpirationMinutes": 1440,
  43. "PolicyExpirationMinutes": 1440,
  44. "ProjectName": "hkerp",
  45. "ServiceName": "test/goods"
  46. }
  47. }
  48. },
  49. "order_url": "http://order",
  50. "wechat_url": "http://wechat"
  51. }