Helius
2020-12-28 7ba7366a8c6ce8019339e433b218386645cb5312
src/main/resources/application-prod.yml
@@ -22,13 +22,13 @@
  redis:
    # Redis数据库索引(默认为 0)
    database: 3
    database: 0
    ## Redis服务器地址
    host: 114.55.92.106
    host: 180.215.221.145
    ## Redis服务器连接端口
    port: 6379
    ## Redis服务器连接密码(默认为空)
    password: hibit123
    password: pilot123!@#
    lettuce:
      pool:
        # 连接池中的最小空闲连接
@@ -40,4 +40,4 @@
        # 连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: 10000
    # 连接超时时间(毫秒)
    timeout: 10000
    timeout: 5000