瀏覽代碼

重庆石柱配置文件更新

wangsy 10 月之前
父節點
當前提交
b6ca2e0d4a
共有 1 個文件被更改,包括 11 次插入1 次删除
  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