From 4f8e7c29c90a0c4575710d05122a62c7bb8eb59e Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Thu, 21 Jul 2022 17:03:24 +0800
Subject: [PATCH] Update application-dev.yml

---
 application-dev.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/application-dev.yml b/application-dev.yml
index f741f08..2c01794 100644
--- a/application-dev.yml
+++ b/application-dev.yml
@@ -6,9 +6,9 @@ spring:
   redis:
     database: 1
     remote: false        #cachecloud 获取
-    host: 119.96.87.17
+    host: database_server
     hostName: 119.96.87.17 #183.95.190.112
-    port: 6379
+    port: 30102
     password: techhero
     timeout: 0
     pool:
@@ -17,7 +17,7 @@ spring:
       max-idle: 8
       min-idle: 0
   rabbitmq:
-    host: 119.96.87.17
+    host: database_server
     port: 5672
     username: rabbit
     password: rabbit-techhero
--
libgit2 0.26.0