From 1fad5e89a7333f40736c02c87a2b6dc21e0aa52d Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 02 Dec 2020 17:10:32 +0800
Subject: [PATCH] modify

---
 src/main/resources/application-prodapp.yml |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/src/main/resources/application-prodapp.yml b/src/main/resources/application-prodapp.yml
index 562f37c..d66b5e2 100644
--- a/src/main/resources/application-prodapp.yml
+++ b/src/main/resources/application-prodapp.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8888
+  port: 9101
   servlet:
     context-path: /
 
@@ -72,19 +72,11 @@
     ## 连接超时时间(毫秒)
     timeout: 30000
   rabbitmq:
-    host: 120.27.238.55
+    host: 114.55.92.106
     port: 5672
-    username: ct_rabbit
-    password: 123456
+    username: moko_user
+    password: moko123456
     publisher-confirm-type: correlated
-
-
-#custom:
-#  rabbitmq:
-#    host: 120.27.238.55
-#    port: 5672
-#    username: ct_rabbit
-#    password: 123456
 
 mybatis-plus:
   mapper-locations: classpath:mapper/**/*.xml

--
Gitblit v1.9.1