application-dev.yml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. spring:
  2. minio:
  3. url: http://192.168.0.250:9000
  4. access-key: v7Zb8XhyLcYNcSHlxvyK
  5. secret-key: 58YibMwpxGKtXcekPL065OM4GonC1hf2tFMjI9EN
  6. bucket-name: jzg
  7. cloud:
  8. nacos:
  9. server-addr: 192.168.0.250:8848
  10. username: nacos
  11. password: nacos
  12. config:
  13. import-check:
  14. enabled: false
  15. file-extension: yaml
  16. namespace: 1096345e-2a2d-4307-8025-ee1b669e127b
  17. group: DEFAULT_GROUP
  18. discovery:
  19. namespace: 1096345e-2a2d-4307-8025-ee1b669e127b
  20. gateway:
  21. routes:
  22. - id: auth_route
  23. uri: http://localhost:8081/
  24. predicates:
  25. - Path=/auth/**,/send/sendSmsCode,/appAuth/**
  26. - id: platform_route
  27. uri: http://localhost:8083/
  28. predicates:
  29. - Path=/userRole/**,/system/**,/file/**,/user/**,/esmInsCompany/**,/jyxConfig/**,/qrBarcode/**,/sysDept/**,/manager/attribution/**
  30. - id: tenant_route
  31. uri: http://localhost:8084/
  32. predicates:
  33. - Path=/tenant/**,/dept/**,/area/**,/dict/**,/userInfo/**,/sysOrganization/**,/activity/**,/message/**,/messageNotice/**,/poster/**,/agreement/**,/pltAgreement/**,/agreementRules/**,/plt/areaLicense/**,/scheme/**,/schemeRules/**,/schemeRulesAttrLink/**,/schemeRulesAttr/**,/schemeRulesDictLable/**,/schemeRulesUndwrt/**,/schemeRulesUndwrtAttrLink/**,/schemeRulesUndwrtAttr/**,/schemeRulesUndwrtDictLable/**,/schemeRulesUndwrtRules/**,/schemeRulesUndwrtRulesAttrLink/**,/schemeRules,/ptlAgreementCost/**,/ptlAgreementCost/**,/ptlAgreementCostExternal/**,/operatorTrajectory/**,/messageTemplate/**,/message/**,/appUser/**,/userBankCard/**,/accountCard/**,/account/**,/amountAuditing/**,/userAccount/**
  34. - Path=/tenant/**,/dept/**,/area/**,/dict/**,/userInfo/**,/sysOrganization/**,/activity/**,/message/**,/messageNotice/**,
  35. /poster/**,/agreement/**,/pltAgreement/**,/agreementRules/**,/plt/areaLicense/**,/scheme/**,/schemeRules/**,/schemeRulesAttrLink/**,
  36. /schemeRulesAttr/**,/schemeRulesDictLable/**,/schemeRulesUndwrt/**,/schemeRulesUndwrtAttrLink/**,/schemeRulesUndwrtAttr/**,
  37. /schemeRulesUndwrtDictLable/**,/schemeRulesUndwrtRules/**,/schemeRulesUndwrtRulesAttrLink/**,/schemeRules,/ptlAgreementCost/**,
  38. /ptlAgreementCost/**,/ptlAgreementCostExternal/**,/operatorTrajectory/**,/messageTemplate/**,/message/**,/appUser/**,/userBankCard/**,
  39. /receivable/**
  40. - id: summary_route
  41. uri: http://localhost:9898/
  42. predicates:
  43. - Path= /order/identify/** ,/supplementOrder/**,/order/carModel/**,/unify/**,/order/taskImages/**,/order/qrCode/**,/orderTrack/**,/feeAudit/**
  44. - id: costsorrule_route
  45. uri: http://localhost:8085/
  46. predicates:
  47. - Path=/validate/**
  48. #控制台添加网关
  49. - id: console_route
  50. uri: http://localhost:8086/
  51. predicates:
  52. - Path=/console/**