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