spring:
  redis:
    database: 10
    remote: false        #cachecloud 获取
    #host: 119.96.99.9
    #hostName: 119.96.99.9 #183.95.190.112
    #port: 6379
    #password: 123456
    host: test-env
    # hostName: 119.96.87.17 #183.95.190.112
    port: 6379
    password: techhero
    timeout: 0
    pool:
      max-active: 8
      max-wait: -1
      max-idle: 8
      min-idle: 0

front:
  server:
    port: 28889