From 2a9671b5b154959f1d92c2e7af270f71c6fd593b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E6=B1=9F=E5=A4=A9=E6=9E=A2?= Date: Thu, 14 Apr 2022 03:12:07 +0000 Subject: [PATCH] =?UTF-8?q?update=20dubhe-server/yaml/common-biz.yaml.=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0yaml=E9=85=8D=E7=BD=AE=EF=BC=8C=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=AE=98=E7=BD=91=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dubhe-server/yaml/common-biz.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dubhe-server/yaml/common-biz.yaml b/dubhe-server/yaml/common-biz.yaml index eea9922..2eca498 100644 --- a/dubhe-server/yaml/common-biz.yaml +++ b/dubhe-server/yaml/common-biz.yaml @@ -16,7 +16,7 @@ spring: default-encoding: utf-8 redis: #数据库索引 - database: 4 + database: 0 host: 127.0.0.1 port: 6379 password: @@ -26,7 +26,7 @@ spring: druid: db-type: com.alibaba.druid.pool.DruidDataSource driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy - url: jdbc:log4jdbc:mysql://127.0.0.1:3306/dubhe-cloud-test?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&useInformationSchema=true + url: jdbc:log4jdbc:mysql://127.0.0.1:3306/dubhe-cloud-prod?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&useInformationSchema=true username: test password: test @@ -77,7 +77,7 @@ minio: url: http://127.0.0.1:9000/ accessKey: admin secretKey: 123@abc.com - bucketName: dubhe-cloud-test + bucketName: dubhe-prod presignedUrlExpiryTime: 300 annotation: /annotation/ @@ -123,7 +123,7 @@ feign: #配置harbor harbor: - address: harbor.dubhe.ai + address: harbor.dubhe.com username: admin password: Harbor12345 model-name: train