修改配置文件与平台配置文件一致

This commit is contained in:
wangqiong
2024-07-22 11:29:54 +08:00
parent ef686c0db1
commit f4c40173a9
@@ -3,19 +3,19 @@ v2:
xnljmap: xnljmap:
#win服务器 本地 注意!! 记住这个结尾有一个/ #win服务器 本地 注意!! 记住这个结尾有一个/
oss: file:/data/qomo-boot/oss/ oss: file:/data/qomo-boot/oss/
# oss: file:D:/upload/ # oss: file:D:/upload/
#linux服务器 #linux服务器
#oss: file:/home/webapps/oss/ #oss: file:/home/webapps/oss/
#虚拟路径映射路径 end #虚拟路径映射路径 end
#本地存放地址 注意!! 记住这个结尾没有/ #本地存放地址 注意!! 记住这个结尾没有/
fileurl: /data/qomo-boot/oss fileurl: /data/qomo-boot/oss
# fileurl: D:/upload # fileurl: D:/upload
#http://127.0.0.1:8080/oss/{yy}/2022-12-22/c83a77ae134a540c30daa6a0666fa945.md #http://127.0.0.1:8080/oss/{yy}/2022-12-22/c83a77ae134a540c30daa6a0666fa945.md
httpurl: /qomo/ httpurl: /qomo/
defaultFormat: .png defaultFormat: .png
server: server:
port: 8095 port: 8082
tomcat: tomcat:
max-swallow-size: -1 max-swallow-size: -1
error: error:
@@ -154,8 +154,7 @@ spring:
prefer-file-system-access: false prefer-file-system-access: false
# 设置ftl文件路径 # 设置ftl文件路径
template-loader-path: template-loader-path:
- classpath:/template - classpath:/templates
# - d:/data
template_update_delay: 0 template_update_delay: 0
# 设置静态文件路径,js,css等 # 设置静态文件路径,js,css等
mvc: mvc:
@@ -211,13 +210,6 @@ spring:
username: zzzz username: zzzz
password: knphm2021 password: knphm2021
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://121.40.189.20:3306/knne?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&serverTimezone=Asia/Shanghai
# username: root
# password: YMzc157#
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://192.168.50.9:2212/selef_report?useUnicode=true&allowMultiQueries=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&useSSL=false
# username: root
# password: root
# 多数据源配置 # 多数据源配置
#multi-datasource1: #multi-datasource1:
#url: jdbc:mysql://localhost:3306/jeecg-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai #url: jdbc:mysql://localhost:3306/jeecg-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
@@ -226,12 +218,13 @@ spring:
#driver-class-name: com.mysql.cj.jdbc.Driver #driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置 #redis 配置
redis: redis:
database: 5 # database: 5
# host: 192.168.50.9 # host: 121.40.189.20
# port: 7379 # port: 6389
# password: 'zzboard' database: 9
host: 121.40.189.20 host: 192.168.50.9
port: 6389 port: 7379
password: 'zzboard'
main: main:
allow-circular-references: true allow-circular-references: true
@@ -264,7 +257,7 @@ mybatis-plus:
configuration: configuration:
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl # log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
# 返回类型为Map,显示null对应的字段 # 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true call-setters-on-nulls: true
#jeecg专用配置 #jeecg专用配置
@@ -289,8 +282,8 @@ jeecg:
#webapp文件路径 #webapp文件路径
webapp: /opt/webapp webapp: /opt/webapp
shiro: shiro:
# excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**,/api/getUserInfo,/sys/sysDepart/**,/taskSocket/**,/flowSocket/** excludeUrls: /api/**,/api/internalService/**,/test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**,/api/getUserInfo,/sys/sysDepart/**,/taskSocket/**,/flowSocket/**,/dataCheck/**
excludeUrls: /**/**,/**/**/** # excludeUrls: /**/**,/**/**/**
#阿里云oss存储和大鱼短信秘钥配置 #阿里云oss存储和大鱼短信秘钥配置
oss: oss:
@@ -298,11 +291,6 @@ jeecg:
secretKey: ?? secretKey: ??
endpoint: oss-cn-beijing.aliyuncs.com endpoint: oss-cn-beijing.aliyuncs.com
bucketName: jeecgdev bucketName: jeecgdev
minio:
minio_url: http://192.168.50.102:9000
minio_name: admin
minio_pass: minioadmin
bucketName: bucket803
# ElasticSearch 6设置 # ElasticSearch 6设置
elasticsearch: elasticsearch:
cluster-name: elasticsearch-cluster cluster-name: elasticsearch-cluster
@@ -312,14 +300,15 @@ jeecg:
task-data-struct-index: task_data_struct_dev/_doc task-data-struct-index: task_data_struct_dev/_doc
task-data-temp-index: task_data_temp_dev/_doc task-data-temp-index: task_data_temp_dev/_doc
task-log-index: task_log_dev/_doc task-log-index: task_log_dev/_doc
task-record-index: clean_data_record/_doc
# 在线预览文件服务器地址配置 # 在线预览文件服务器地址配置
file-view-domain: http://fileview.jeecg.com file-view-domain: http://fileview.jeecg.com
# minio文件上传 # minio文件上传
# minio: minio:
# minio_url: http://minio.jeecg.com minio_url: http://minio.jeecg.com
# minio_name: ?? minio_name: ??
# minio_pass: ?? minio_pass: ??
# bucketName: otatest bucketName: otatest
#大屏报表参数设置 #大屏报表参数设置
jmreport: jmreport:
mode: dev mode: dev
@@ -442,19 +431,17 @@ flowable:
Qomo: Qomo:
version: @project.version@ version: @project.version@
modelPath: /opt/services/deploy-jars/algo/model modelPath: /opt/deploy/qomo/backend/algo/model
seaTunnelHome: /opt/service/apache-seatunnel-2.3.4 seaTunnelHome: /opt/service/apache-seatunnel-2.3.4
hiveMetastoreUri: thrift://192.168.50.102:9083 hiveMetastoreUri: thrift://192.168.50.102:9083
hiveSitePath: /opt/service/apache-seatunnel-2.3.4/deploy/hive-site.xml
hdfsSitePath: /opt/service/apache-seatunnel-2.3.4/deploy/hdfs-site.xml
minio: minio:
server: http://192.168.50.102 server: http://192.168.50.9
port: 9000 port: 9100
access-key: admin access-key: admin
secret-key: minioadmin secret-key: qm123456
bucketName: bucket1
condaEnv: py310 condaEnv: py310
tikaServerUrl: http://192.168.50.99:8099/qomo-tika/
analysis:
consistency:
url: http://192.168.50.9:1314/analysis