application.yml 291 B

123456789101112131415161718
  1. spring:
  2. redis:
  3. host: 10.25.48.128
  4. password: tidecloudredis
  5. timeout: 10000
  6. port: 6379
  7. max: 100
  8. maxIdle: 10
  9. minIdle: 3
  10. maxWaitMills: 10000
  11. server:
  12. netty:
  13. port: 7009
  14. port: 16666
  15. localaddress: 10.27.118.76
  16. logging:
  17. config:
  18. classpath: logback.xml