liu
3 天以前 a76bfe866c705285b737d593e8629a8be819b8f7
Merge remote-tracking branch 'origin/dev_business' into dev_business
已修改5个文件
12 ■■■■ 文件已修改
yudao-server/src/main/resources/application-jhhg.yaml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
yudao-server/src/main/resources/application-local.yaml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
yudao-server/src/main/resources/application-test.yaml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
yudao-server/src/main/resources/application-yzfx.yaml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
yudao-server/src/main/resources/application.yaml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
yudao-server/src/main/resources/application-jhhg.yaml
@@ -196,7 +196,7 @@
        initialize-schema: true
        database-name: test
        collection-name: knowledge_segment_jhhg
        host: 36.213.180.217
        host: 36.213.90.123
        port: 19530
--- #################### 超级管理员相关配置 ####################
yudao-server/src/main/resources/application-local.yaml
@@ -174,7 +174,7 @@
        initialize-schema: true
        database-name: default
        collection-name: knowledge_segment
        host: 36.213.180.217
        host: 36.213.90.123
        port: 19530
--- #################### 超级管理员相关配置 ####################
yudao-server/src/main/resources/application-test.yaml
@@ -196,7 +196,7 @@
        initialize-schema: true
        database-name: test
        collection-name: knowledge_segment_test
        host: 36.213.180.217
        host: 36.213.90.123
        port: 19530
--- #################### 超级管理员相关配置 ####################
@@ -213,7 +213,7 @@
  storage: # 文件上传配置
    path: /data/javaWork/mom/file # 文件存储根目录
    url-prefix: /admin-api/system/storage-blob # URL路径前缀
    domain: http://36.213.180.217:9500 # 域名前缀(按实际域名配置),前端配置好像不太对现在是直连后端,所有要后端端口
    domain: http://36.213.90.123:9500 # 域名前缀(按实际域名配置),前端配置好像不太对现在是直连后端,所有要后端端口
    expired: 120 # token过期时间(分钟)
    use-limit: 10 # token使用次数上限
    jwt-secret: abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG # JWT密钥
yudao-server/src/main/resources/application-yzfx.yaml
@@ -196,7 +196,7 @@
        initialize-schema: true
        database-name: test
        collection-name: knowledge_segment_yzfx
        host: 36.213.180.217
        host: 36.213.90.123
        port: 19530
--- #################### 超级管理员相关配置 ####################
yudao-server/src/main/resources/application.yaml
@@ -151,7 +151,7 @@
        database-name: default # Milvus 中数据库的名称
        collection-name: knowledge_segment # Milvus 中集合的名称:用于存储向量数据的集合标识符,所有相关的向量操作都会在这个集合中进行
        client:
          host: 36.213.180.217
          host: 36.213.90.123
          port: 19530
    model:
      rerank: false # 是否开启 Rerank 模型