Commit e6cbb80c authored by 张 斌's avatar 张 斌

添加merchant-backend的测试环境配置文件

parent de59008b
########### mysql ###########
merchant.data.mysql.jdbc-url=jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/merchant?useUnicode=true&characterEncoding=UTF8
merchant.data.mysql.user=${DB_SERVICE_USER}
merchant.data.mysql.password=${DB_SERVICE_PASSWORD}
mall.data.jdbc-url=jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/mall?useUnicode=true&characterEncoding=UTF8
mall.data.user=${DB_SERVICE_USER}
mall.data.password=${DB_SERVICE_PASSWORD}
########### redis ###########
redis.master.host=${REDIS_SERVICE_HOST}
redis.master.port=${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host=${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port=${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user=${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password=${RABBITMQ_SERVICE_PASSWORD}
####### backend service depend ######
# xyqb-mall
mall.notify.url=http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_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