Commit 4c90135c authored by wentao.suo's avatar wentao.suo

di-ting add config

parent fe6bdf25
...@@ -42,7 +42,15 @@ clotho.rabbitmq.connection.host=rabbitmq ...@@ -42,7 +42,15 @@ clotho.rabbitmq.connection.host=rabbitmq
clotho.rabbitmq.connection.port=5672 clotho.rabbitmq.connection.port=5672
clotho.rabbitmq.connection.user=qa clotho.rabbitmq.connection.user=qa
clotho.rabbitmq.connection.password=qatest clotho.rabbitmq.connection.password=qatest
#新增账务系统MQ
tradeAccount.rabbitmq.connection.virtual-host=/trade_account
tradeAccount.rabbitmq.queue=trade_account_queue
tradeAccount.rabbitmq.exchange=trade_account_exchange
tradeAccount.rabbitmq.connection.routing-key=tradeAccount-routing-key
tradeAccount.rabbitmq.connection.host=rabbitmq
tradeAccount.rabbitmq.connection.port=5672
tradeAccount.rabbitmq.connection.user=qa
tradeAccount.rabbitmq.connection.password=qatest
######### zookeeper ######### ######### zookeeper #########
regCenter.serverList=zookeeper:2181 regCenter.serverList=zookeeper:2181
......
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