gateway-dev.yml 502 B

12345678910111213141516171819202122232425262728
  1. server:
  2. port: 8100
  3. spring:
  4. application:
  5. name: final-gateway
  6. main:
  7. web-application-type: reactive
  8. cloud:
  9. refresh:
  10. refreshable: none
  11. httpclient:
  12. connect-timeout: 1000
  13. response-timeout: 5s
  14. rabbitmq:
  15. host: 47.94.15.64
  16. port: 5672
  17. username: client
  18. password: client
  19. data:
  20. redis:
  21. host: 47.94.15.64
  22. port: 6379
  23. org:
  24. brynhild:
  25. graduation:
  26. jwt:
  27. key: sjmbahczdszjj
  28. ttl: 360000000