From 4c4dc127cdc9c41f2bfb3c138108529856e031b8 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期四, 07 八月 2025 16:55:23 +0800
Subject: [PATCH] 提交基础版本

---
 zuul/src/main/resources/application.yml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/zuul/src/main/resources/application.yml b/zuul/src/main/resources/application.yml
index c1c8a09..f107d09 100644
--- a/zuul/src/main/resources/application.yml
+++ b/zuul/src/main/resources/application.yml
@@ -8,6 +8,10 @@
     multipart:
       max-request-size: 500MB
       max-file-size: 500MB
+  redis:
+    host: 192.168.110.80
+    port: 6379
+    password: 123456
 
 eureka:
   client:

--
Gitblit v1.7.1