From 9fe1ec3afe8696c628d076d1f76686c4efc3012e Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期二, 21 十月 2025 10:49:55 +0800
Subject: [PATCH] 容器初始化功能优化
---
rsf-server/src/main/resources/application-prod.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rsf-server/src/main/resources/application-prod.yml b/rsf-server/src/main/resources/application-prod.yml
index 4dfcad8..8d37532 100644
--- a/rsf-server/src/main/resources/application-prod.yml
+++ b/rsf-server/src/main/resources/application-prod.yml
@@ -74,7 +74,7 @@
#浼佷笟ERP骞冲彴
erp:
#localhost
- host: http://10.10.10.200
+ host: http://127.0.0.1
#绔彛鍙�
port: 8085
#鎺ュ搧閾炬帴鍓嶇紑
@@ -85,6 +85,6 @@
notify-inspect: /report/inspect
rcs:
#閾炬帴
- host: http://10.10.10.200
+ host: http://127.0.0.1
#绔彛
port: 8081
--
Gitblit v1.9.1