Sfoglia il codice sorgente

修改配置文件

tags/v1.1.0^2
wanghaoran 1 anno fa
parent
commit
8d7153b424
4 ha cambiato i file con 6 aggiunte e 32 eliminazioni
  1. +0
    -8
      tuoheng-admin/src/main/resources/application-dev.yml
  2. +0
    -8
      tuoheng-admin/src/main/resources/application-local.yml
  3. +0
    -1
      tuoheng-admin/src/main/resources/application-prod.yml
  4. +6
    -15
      tuoheng-admin/src/main/resources/application-test.yml

+ 0
- 8
tuoheng-admin/src/main/resources/application-dev.yml Vedi File

@@ -142,14 +142,6 @@ spring:
regionId: cn-hangzhou
signName: 拓恒
templateCode:
kafka:
common:
enable: false
bootstrap-servers: 192.168.11.13:9092
alg-online-results-topic: alg-task-results
alg-online-results-group-id: alg-task-group-dev
alg-offline-tasks-topic: alg-offline-tasks
alg-online-tasks-topic: alg-online-tasks
file:
#上传的服务器上的映射文件夹
accessPath: /uploads/

+ 0
- 8
tuoheng-admin/src/main/resources/application-local.yml Vedi File

@@ -142,14 +142,6 @@ spring:
regionId: cn-hangzhou
signName: 拓恒
templateCode:
kafka:
common:
enable: false
bootstrap-servers: 192.168.11.13:9092
alg-online-results-topic: alg-task-results
alg-online-results-group-id: alg-task-group-local
alg-offline-tasks-topic: alg-offline-tasks
alg-online-tasks-topic: alg-online-tasks
file:
#上传的服务器上的映射文件夹
accessPath: /uploads/

+ 0
- 1
tuoheng-admin/src/main/resources/application-prod.yml Vedi File

@@ -143,7 +143,6 @@ spring:
regionId: cn-hangzhou
signName: 拓恒
templateCode:

file:
#上传的服务器上的映射文件夹
accessPath: /uploads/

+ 6
- 15
tuoheng-admin/src/main/resources/application-test.yml Vedi File

@@ -21,10 +21,9 @@ tuoheng:
# 通道地址
live-channel-domain-url: https://streaming.t-aaron.com/
# DSP服务域名
#dsp-domain-url: http://192.168.11.241:1011/
dsp-domain-url: http://139.196.193.144:47821/
dsp-domain-url: http://172.15.1.11:7011/
# DSP回调地址
dsp-callback-url: http://139.196.193.144:9099/api/question/{requestId}/callback
dsp-callback-url: http://106.15.120.154:9099/api/question/{requestId}/callback
#阿里云
aliyuncsVod:
accessKeyId: LTAI5tE7KWN9fsuGU7DyfYF4
@@ -39,9 +38,9 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
# 填写你数据库的url、登录名、密码和数据库名
url: jdbc:mysql://192.168.11.242:3306/tuoheng_lc?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false
url: jdbc:mysql://rm-uf6z740323e8053pj4o.mysql.rds.aliyuncs.com:3306/tuoheng_lc?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false
username: root
password: idontcare
password: TH22#2022
druid:
# 连接池的配置信息
# 初始连接数
@@ -94,7 +93,7 @@ spring:
# 缓存库默认索引0
database: 0
# Redis服务器地址
host: 192.168.11.242
host: r-uf6cdzjifj20jszykr.redis.rds.aliyuncs.com
# Redis服务器连接端口
port: 6379
# Redis服务器连接密码(默认为空)
@@ -142,14 +141,6 @@ spring:
regionId: cn-hangzhou
signName: 拓恒
templateCode:
kafka:
common:
enable: false
bootstrap-servers: 192.168.11.242:9092
alg-online-results-topic: alg-task-results
alg-online-results-group-id: hhz-test
alg-offline-tasks-topic: alg-offline-tasks
alg-online-tasks-topic: alg-online-tasks
file:
#上传的服务器上的映射文件夹
accessPath: /uploads/
@@ -157,7 +148,7 @@ file:
staticAccessPath: /**
#静态资源实际存储路径
uploadFolder: /data/java/tuoheng_lc/tuoheng_lc_web/dist/lc/
docDownLoad: http://192.168.11.241:8088
docDownLoad: http://106.15.120.154:8088

# Shiro
shiro:

Loading…
Annulla
Salva