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