From 069c5ab23fcbd02144079c4df0fd8183b22b1e04 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 30 一月 2026 15:02:55 +0800
Subject: [PATCH] feat(purchase): 配置文件
---
ruoyi-admin/src/main/resources/application-druid.yml.example1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-druid.yml.example1 b/ruoyi-admin/src/main/resources/application-druid.yml.example1
index 92e06d8..f94631c 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml.example1
+++ b/ruoyi-admin/src/main/resources/application-druid.yml.example1
@@ -11,7 +11,7 @@
# url: jdbc:mysql://124.220.0.228:3300/ruoyi-java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# pg
# url: jdbc:postgresql://localhost:5433/ruoyi-zd
- url: jdbc:postgresql://114.132.189.42:5432/zd_production
+ url: jdbc:postgresql://172.17.0.1:5432/zd_production
username: postgres
password: bYD#nM+-BiLb
# 浠庡簱鏁版嵁婧�
@@ -69,14 +69,14 @@
# redis 閰嶇疆
redis:
# 鍦板潃
- host: 127.0.0.1
+ host: 172.17.0.1
# 绔彛锛岄粯璁や负6379
port: 6379
# 鏁版嵁搴撶储寮�
database: 0
# 瀵嗙爜
password: root2022!
- # password: 123456
+ # password: 123456
# 杩炴帴瓒呮椂鏃堕棿
timeout: 10s
lettuce:
--
Gitblit v1.9.3