Browse Source

修改配置文件

tags/v1.1.0^2
wanghaoran 1 year ago
parent
commit
8d7153b424
4 changed files with 6 additions and 32 deletions
  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 View File

regionId: cn-hangzhou regionId: cn-hangzhou
signName: 拓恒 signName: 拓恒
templateCode: 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: file:
#上传的服务器上的映射文件夹 #上传的服务器上的映射文件夹
accessPath: /uploads/ accessPath: /uploads/

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

regionId: cn-hangzhou regionId: cn-hangzhou
signName: 拓恒 signName: 拓恒
templateCode: 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: file:
#上传的服务器上的映射文件夹 #上传的服务器上的映射文件夹
accessPath: /uploads/ accessPath: /uploads/

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

regionId: cn-hangzhou regionId: cn-hangzhou
signName: 拓恒 signName: 拓恒
templateCode: templateCode:

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

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

# 通道地址 # 通道地址
live-channel-domain-url: https://streaming.t-aaron.com/ live-channel-domain-url: https://streaming.t-aaron.com/
# DSP服务域名 # 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回调地址
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: aliyuncsVod:
accessKeyId: LTAI5tE7KWN9fsuGU7DyfYF4 accessKeyId: LTAI5tE7KWN9fsuGU7DyfYF4
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
# 填写你数据库的url、登录名、密码和数据库名 # 填写你数据库的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 username: root
password: idontcare
password: TH22#2022
druid: druid:
# 连接池的配置信息 # 连接池的配置信息
# 初始连接数 # 初始连接数
# 缓存库默认索引0 # 缓存库默认索引0
database: 0 database: 0
# Redis服务器地址 # Redis服务器地址
host: 192.168.11.242
host: r-uf6cdzjifj20jszykr.redis.rds.aliyuncs.com
# Redis服务器连接端口 # Redis服务器连接端口
port: 6379 port: 6379
# Redis服务器连接密码(默认为空) # Redis服务器连接密码(默认为空)
regionId: cn-hangzhou regionId: cn-hangzhou
signName: 拓恒 signName: 拓恒
templateCode: 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: file:
#上传的服务器上的映射文件夹 #上传的服务器上的映射文件夹
accessPath: /uploads/ accessPath: /uploads/
staticAccessPath: /** staticAccessPath: /**
#静态资源实际存储路径 #静态资源实际存储路径
uploadFolder: /data/java/tuoheng_lc/tuoheng_lc_web/dist/lc/ 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
shiro: shiro:

Loading…
Cancel
Save