Browse Source

update dubhe-server/yaml/common-biz.yaml.

更新yaml配置,适配官网安装步骤
tags/V3.0
之江天枢 Gitee 3 years ago
parent
commit
2a9671b5b1
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      dubhe-server/yaml/common-biz.yaml

+ 4
- 4
dubhe-server/yaml/common-biz.yaml View File

@@ -16,7 +16,7 @@ spring:
default-encoding: utf-8 default-encoding: utf-8
redis: redis:
#数据库索引 #数据库索引
database: 4
database: 0
host: 127.0.0.1 host: 127.0.0.1
port: 6379 port: 6379
password: password:
@@ -26,7 +26,7 @@ spring:
druid: druid:
db-type: com.alibaba.druid.pool.DruidDataSource db-type: com.alibaba.druid.pool.DruidDataSource
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy 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 username: test
password: test password: test


@@ -77,7 +77,7 @@ minio:
url: http://127.0.0.1:9000/ url: http://127.0.0.1:9000/
accessKey: admin accessKey: admin
secretKey: 123@abc.com secretKey: 123@abc.com
bucketName: dubhe-cloud-test
bucketName: dubhe-prod
presignedUrlExpiryTime: 300 presignedUrlExpiryTime: 300
annotation: /annotation/ annotation: /annotation/


@@ -123,7 +123,7 @@ feign:


#配置harbor #配置harbor
harbor: harbor:
address: harbor.dubhe.ai
address: harbor.dubhe.com
username: admin username: admin
password: Harbor12345 password: Harbor12345
model-name: train model-name: train


Loading…
Cancel
Save