Browse Source

重庆石柱配置文件更新

wangsy 10 tháng trước cách đây
mục cha
commit
b6ca2e0d4a
1 tập tin đã thay đổi với 11 bổ sung1 xóa
  1. 11 1
      src/main/resources/application-dev.yml

+ 11 - 1
src/main/resources/application-dev.yml

@@ -122,6 +122,16 @@ spring:
           destination: cdssLog
           group: cdssLogReceiveGroup
 
+  #mq
+  rabbitmq:
+    host: 173.18.12.191
+    port: 5672
+    username: root
+    password: guest
+    publisher-confirms: true
+    virtual-host: /
+
+
   #redis
   redis:
     database:
@@ -204,4 +214,4 @@ cdss-core:
 
 #页面推送模式地址配置
 data-page:
-  url: http://127.0.0.1:5654
+  url: http://173.18.12.191:5654