From fdd8b5a108ce6adef15d88a9c4c520205ed84c94 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 17 七月 2024 14:17:22 +0800 Subject: [PATCH] 原片仓储配置 --- hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml index 3097382..974323a 100644 --- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml +++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml @@ -17,7 +17,7 @@ cloud: nacos: discovery: - server-addr: 127.0.0.1:8848 + server-addr: 10.153.19.150:8848 redis: database: 0 host: 127.0.0.1 -- Gitblit v1.8.0