From 173f44a1f9a59509996192e3446cbd26f2613b5e Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期五, 10 十月 2025 15:55:32 +0800
Subject: [PATCH] yys 新增关键煤种锁仓模块
---
ruoyi-admin/src/main/resources/application-prod.yml.example | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-druid.yml.example b/ruoyi-admin/src/main/resources/application-prod.yml.example
similarity index 89%
rename from ruoyi-admin/src/main/resources/application-druid.yml.example
rename to ruoyi-admin/src/main/resources/application-prod.yml.example
index df74201..362e962 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml.example
+++ b/ruoyi-admin/src/main/resources/application-prod.yml.example
@@ -10,9 +10,9 @@
# mysql
# 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://lunor.cn:5431/ruoyi-java
- username: test
- password: chj123456
+ url: jdbc:postgresql://114.132.189.42:5432/zd_production
+ username: postgres
+ password: bYD#nM+-BiLb
# 浠庡簱鏁版嵁婧�
slave:
# 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴
@@ -64,11 +64,13 @@
config:
multi-statement-allow: true
+# 鍏徃鏈嶅姟鍣� minio
minio:
- endpoint: lunor.cn
- port: 9000
+ endpoint: http://114.132.189.42/
+ port: 7019
secure: false
accessKey: admin
- secretKey: Admin123!
+ secretKey: 12345678
preview-expiry: 24 # 棰勮鍦板潃榛樿24灏忔椂
- default-bucket: ruoyi # 榛樿瀛樺偍妗�
\ No newline at end of file
+ default-bucket: ruoyi-zd # 榛樿瀛樺偍妗�
+
--
Gitblit v1.9.3