|
|
@@ -23,4 +23,13 @@ messageServiceIp=http://message.ubtob.com/
|
|
|
searchUrl=http://172.21.0.6:8081
|
|
|
|
|
|
# dfs file url
|
|
|
-dfsFileUrl=http://dfs-api.ubtob.com
|
|
|
+dfsFileUrl=http://dfs-api.ubtob.com
|
|
|
+
|
|
|
+#rabbmitmq 配置
|
|
|
+spring.rabbitmq.virtual-host=b2b
|
|
|
+spring.rabbitmq.host=172.21.0.135
|
|
|
+spring.rabbitmq.port=5672
|
|
|
+spring.rabbitmq.username=b2b_platform
|
|
|
+spring.rabbitmq.password=platform9999
|
|
|
+spring.rabbitmq.publisher-confirms=true
|
|
|
+spring.rabbitmq.publisher-returns=true
|