修改配置文件与平台配置文件一致
This commit is contained in:
@@ -15,7 +15,7 @@ v2:
|
||||
defaultFormat: .png
|
||||
|
||||
server:
|
||||
port: 8095
|
||||
port: 8082
|
||||
tomcat:
|
||||
max-swallow-size: -1
|
||||
error:
|
||||
@@ -154,8 +154,7 @@ spring:
|
||||
prefer-file-system-access: false
|
||||
# 设置ftl文件路径
|
||||
template-loader-path:
|
||||
- classpath:/template
|
||||
# - d:/data
|
||||
- classpath:/templates
|
||||
template_update_delay: 0
|
||||
# 设置静态文件路径,js,css等
|
||||
mvc:
|
||||
@@ -211,13 +210,6 @@ spring:
|
||||
username: zzzz
|
||||
password: knphm2021
|
||||
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:
|
||||
#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
|
||||
#redis 配置
|
||||
redis:
|
||||
database: 5
|
||||
# host: 192.168.50.9
|
||||
# port: 7379
|
||||
# password: 'zzboard'
|
||||
host: 121.40.189.20
|
||||
port: 6389
|
||||
# database: 5
|
||||
# host: 121.40.189.20
|
||||
# port: 6389
|
||||
database: 9
|
||||
host: 192.168.50.9
|
||||
port: 7379
|
||||
password: 'zzboard'
|
||||
main:
|
||||
allow-circular-references: true
|
||||
|
||||
@@ -289,8 +282,8 @@ jeecg:
|
||||
#webapp文件路径
|
||||
webapp: /opt/webapp
|
||||
shiro:
|
||||
# excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**,/api/getUserInfo,/sys/sysDepart/**,/taskSocket/**,/flowSocket/**
|
||||
excludeUrls: /**/**,/**/**/**
|
||||
excludeUrls: /api/**,/api/internalService/**,/test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**,/api/getUserInfo,/sys/sysDepart/**,/taskSocket/**,/flowSocket/**,/dataCheck/**
|
||||
# excludeUrls: /**/**,/**/**/**
|
||||
|
||||
#阿里云oss存储和大鱼短信秘钥配置
|
||||
oss:
|
||||
@@ -298,11 +291,6 @@ jeecg:
|
||||
secretKey: ??
|
||||
endpoint: oss-cn-beijing.aliyuncs.com
|
||||
bucketName: jeecgdev
|
||||
minio:
|
||||
minio_url: http://192.168.50.102:9000
|
||||
minio_name: admin
|
||||
minio_pass: minioadmin
|
||||
bucketName: bucket803
|
||||
# ElasticSearch 6设置
|
||||
elasticsearch:
|
||||
cluster-name: elasticsearch-cluster
|
||||
@@ -312,14 +300,15 @@ jeecg:
|
||||
task-data-struct-index: task_data_struct_dev/_doc
|
||||
task-data-temp-index: task_data_temp_dev/_doc
|
||||
task-log-index: task_log_dev/_doc
|
||||
task-record-index: clean_data_record/_doc
|
||||
# 在线预览文件服务器地址配置
|
||||
file-view-domain: http://fileview.jeecg.com
|
||||
# minio文件上传
|
||||
# minio:
|
||||
# minio_url: http://minio.jeecg.com
|
||||
# minio_name: ??
|
||||
# minio_pass: ??
|
||||
# bucketName: otatest
|
||||
minio:
|
||||
minio_url: http://minio.jeecg.com
|
||||
minio_name: ??
|
||||
minio_pass: ??
|
||||
bucketName: otatest
|
||||
#大屏报表参数设置
|
||||
jmreport:
|
||||
mode: dev
|
||||
@@ -442,19 +431,17 @@ flowable:
|
||||
Qomo:
|
||||
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
|
||||
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:
|
||||
server: http://192.168.50.102
|
||||
port: 9000
|
||||
server: http://192.168.50.9
|
||||
port: 9100
|
||||
access-key: admin
|
||||
secret-key: minioadmin
|
||||
bucketName: bucket1
|
||||
secret-key: qm123456
|
||||
|
||||
condaEnv: py310
|
||||
|
||||
analysis:
|
||||
consistency:
|
||||
url: http://192.168.50.9:1314/analysis
|
||||
tikaServerUrl: http://192.168.50.99:8099/qomo-tika/
|
||||
Reference in New Issue
Block a user