techhero-commservice-websocket-natived.yml 198 Bytes
Newer Older
Administrator committed
1 2 3 4 5 6 7 8 9 10 11 12
spring:
  redis:
    database: 10
    host: 119.96.87.17
    port: 6379
    password: techhero
    timeout: 5000
    pool:
      max-active: 8
      max-wait: -1
      max-idle: 8
      min-idle: 0