Commit 1670af90 authored by Rensq's avatar Rensq

测试环境yml配置修改

parent 836160e0
......@@ -53,7 +53,7 @@ spring:
datasource:
kingbase:
driver-class-name: com.kingbase8.Driver
url: jdbc:kingbase8://192.168.1.5:54321/zlmy?currentSchema=public&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
schema: public
url: jdbc:kingbase8://101.126.159.207:54321/public?currentSchema=public&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
schema: zlmy
username: root
password: ZLmy654321
\ No newline at end of file
......@@ -22,11 +22,11 @@ spring:
suffix: .ftl #指定Freemarker模板文件的后缀名
template-loader-path: classpath:/ureport
redis:
host: 192.168.1.5
host: 101.126.150.164
#host: 10.6.72.36
port: 6379
#password: qazwsx.101
password: ZLmy@Redis#$%
password: script
database: 5
liquibase:
......@@ -125,21 +125,21 @@ swagger:
mail: a@b.c.d
minio:
accessKey: admin
secretKey: ZLmy@Minio
accessKey: changfa
secretKey: changfa@123
bucket: zlmy
endpoint: http://192.168.1.5:9000
access-Key: admin
access-secret: ZLmy@Minio
endpoint: http://101.126.159.207:9000
access-Key: changfa
access-secret: changfa@123
#访问路径
path: http://192.168.1.5:9000
imgInport: http://192.168.1.5:9000
path: http://101.126.159.207:9000
imgInport: http://101.126.159.207:9000
xxl:
job:
accessToken:
admin:
addresses: http://${XXLJOB_IP:192.168.1.5}:${XXLJOB_PORT:8012}/xxl-job-admin
addresses: http://${XXLJOB_IP:101.126.159.207}:${XXLJOB_PORT:8013}/xxl-job-admin
executor:
address: ''
appname: test-zlmy-boot
......@@ -148,7 +148,7 @@ xxl:
logretentiondays: 30
port: 9998 #xxl-job连接端口
# cronUtil 所需配置信息
adminAddresses: http://${XXLJOB_IP:192.168.1.5}:${XXLJOB_PORT:8012}/xxl-job-admin
adminAddresses: http://${XXLJOB_IP:101.126.159.207}:${XXLJOB_PORT:8013}/xxl-job-admin
appname: test-zlmy-boot
logretentiondays: 30
port: 9998
......@@ -184,7 +184,7 @@ tuan:
## 网关地址 minio地址
apisix:
minioroute:
url: http://127.0.0.1:9000
url: http://101.126.159.207:9000
## 全局报警
global:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment