techhero-front-track-local.yml 384 Bytes
Newer Older
Administrator committed
1 2 3
spring:
  redis:
    database: 10
4 5 6 7 8
    remote: false        #cachecloud 获取
    #host: 119.96.99.9
    #hostName: 119.96.99.9 #183.95.190.112
    #port: 6379
    #password: 123456
Administrator committed
9
    host: test-env
10
    # hostName: 119.96.87.17 #183.95.190.112
Administrator committed
11 12 13 14 15 16 17 18
    port: 6379
    password: techhero
    timeout: 0
    pool:
      max-active: 8
      max-wait: -1
      max-idle: 8
      min-idle: 0