pigx-gateway-dev.yml 272 B

123456789101112131415161718
  1. spring:
  2. cloud:
  3. gateway:
  4. locator:
  5. enabled: true
  6. security:
  7. encode:
  8. # 前端密码密钥,必须16位
  9. key: 'pigxpigxpigxpigx'
  10. # 不校验验证码终端
  11. ignore:
  12. clients:
  13. - test
  14. swagger-providers:
  15. - pigx-auth
  16. - pigx-tx-manager