liusheng
2024-09-18 907641e56c2085aaa81f267946dc3e3e9fca73e7
ruoyi-admin/src/main/resources/application.yml
@@ -72,12 +72,13 @@
  # redis 配置
  redis:
    #    # 地址(义乌二院)
    #    host: 127.0.0.1
    #    port: 6020
    host: 127.0.0.1
    port: 6020
    # 地址(公司)
    host: 116.62.18.175
    port: 6020
    #    host: 116.62.18.175
#    host: 192.168.1.10
#    port: 6020
    # 数据库索引
    database: 0
    # 密码
@@ -94,7 +95,6 @@
        max-active: 8
        # #连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: -1ms
# minio文件管理连接
minio:
  endpoint: http://192.168.1.4