Commit 95a78b33 authored by 张 斌's avatar 张 斌

添加xyqb-quartz的测试环境配置文件

parent 9f875ead
########### mysql ###########
spring.datasource.url=jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/quartz?useUnicode=true&characterEncoding=UTF8
spring.datasource.username=${DB_SERVICE_USER}
spring.datasource.password=${DB_SERVICE_PASSWORD}
########### redis ###########
xyqb.redis.master.host=${REDIS_SERVICE_HOST}
xyqb.redis.master.port=${REDIS_SERVICE_PORT}
######### zookeeper #########
zk.connect.url=${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
\ No newline at end of file
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