Commit 4b1945e3 authored by daidekun's avatar daidekun

红包配置

parent 58ec5fb5
########### mysql ###########
redpacket.data.mysql.jdbc-url=jdbc:mysql://db:3306/redpacket?useUnicode=true&characterEncoding=UTF8
redpacket.data.mysql.user=qa
redpacket.data.mysql.password=qatest
########### redis ###########
xyqb.redis.master.host=redis
xyqb.redis.master.port=6379
######### rabbitmq ##########
rabbitmq.connection.host=rabbitmq
rabbitmq.connection.port=5672
rabbitmq.connection.user=qa
rabbitmq.connection.password=qatest
######### zookeeper #########
zk.connect.url=zookeeper:2181
####### backend service depend ######
# xyqb-mall
mall.querytypes.url=http://xyqb-mall/ex/tab/types
# xyqb-mall
domains.shopping_mall=http://xyqb-mall
# xyqb-mall
mall.list=http://xyqb-mall/ex/tab/coupon_category/list
# xyqb-mall
mall.order=http://xyqb-mall/ex/order/user/
# xyqb-user2
xyqbUser=http://xyqb-user2
# xyqb
xyqb=http://xyqb
# todo: contract.quantgroup.cn ???
qiniu.storage.url=http://o9xncg89j.bkt.clouddn.com/
\ No newline at end of file
redpacket.data.mysql.jdbc-url = jdbc:mysql://db:3306/redpacket?useUnicode=true&characterEncoding=UTF8
redpacket.data.mysql.user = qa
redpacket.data.mysql.password = qatest
redpacket.data.mysql.max-pool-size = 40
spring.jpa.show-sql = true
spring.aop.proxy-target-class = true
spring.datasource.test-while-idle = true
spring.datasource.time-between-eviction-runs-millis = 3600000
spring.datasource.validation-query = SELECT 1
# RabbitMQ
rabbitmq.connection.user = qa
rabbitmq.connection.password = qatest
rabbitmq.redpacket.queue = coupon_queue
rabbitmq.redpacket.exchange = coupon_exchange
rabbitmq.connection.host = rabbitmq
rabbitmq.connection.port = 5672
rabbitmq.connection.virtual-host = coupon_system
# redis
xyqb.redis.master.host = redis
xyqb.redis.master.port = 6379
xyqb.redis.master.name =
xyqb.redis.sentinel1.host =
xyqb.redis.sentinel1.port = 0
xyqb.redis.sentinel2.host =
xyqb.redis.sentinel2.port = 0
xyqb.redis.sentinel3.host =
xyqb.redis.sentinel3.port = 0
# Security
xyqb.filter.allowedOrigin = *
xyqb.filter.allowedHeaders = Origin, No-Cache, x-auth-token, X-Requested-With, If-Modified-Since, Pragma, Last-Modified, Cache-Control, Expires, Content-Type,Authorization
xyqb.exception.maxLogStackTrace = 5
redpacketfile.base.path = /home/quant_group/redpacket/
mall.querytypes.url = http://xyqb-mall/ex/tab/types
mall.list = http://xyqb-mall/ex/tab/coupon_category/list
# 七牛
qiniu.storage.accessKey = QyjX3i2tEMvrv50j6M_wpb9YoFJbxSm3jEkOj9lY
qiniu.storage.secretKey = uoMTzRLoElTAKXVzelGgTvI652zJ8bCz_qqTtoGl
qiniu.storage.bucket = contract-test
qiniu.storage.url = http://o9xncg89j.bkt.clouddn.com/
# Out System
xyqbUser = http://xyqb-user2
mall.order = http://xyqb-mall/ex/order/user/
xyqb = http://xyqb
data.center.id = 4
server.port = 80
spring.cloud.client.ipAddress = 127.0.0.1
\ 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