techhero-platform-exampre-dev.yml 209 Bytes
Newer Older
1 2
spring:
  redis:
3 4
    database: 5
    host: fdff:1:1:1::1
5
    port: 6379
6
    password: techhero123
7 8 9 10 11 12 13 14 15 16 17
    timeout: 5000
    pool:
      max-active: 8
      max-wait: -1
      max-idle: 8
      min-idle: 0