From c7ec8d8e5640dc25ee93cf605bf9c3e793bf29ec Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: Wed, 22 Jan 2025 08:31:29 +0800
Subject: [PATCH] 特种作业非煤缴费版本
---
ruoyi-admin/src/main/resources/application-dev.yml | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml
index c028c4b..3098c60 100644
--- a/ruoyi-admin/src/main/resources/application-dev.yml
+++ b/ruoyi-admin/src/main/resources/application-dev.yml
@@ -81,13 +81,13 @@
# redis 配置
redis:
# 地址
- host: 127.0.0.1
+ host: 192.168.2.16
# 端口,默认为6379
port: 6379
# 数据库索引
database: 5
# 密码
- password: root
+# password: wioowr23923sd3*&
# 连接超时时间
timeout: 10s
lettuce:
@@ -122,4 +122,11 @@
queueCapacity: 10000
scheduling:
#控制线程是否执行 true:执行;false:不执行
- enabled: true
\ No newline at end of file
+ enabled: true
+
+
+# 七牛云相关信息
+safecheckqiniuymes:
+ accesskey: 5YprpjY0BJiyjII2VqlHed7UhBEvvkPZicbwd8Kl
+ secretkey: m3gGQNQ9cLmVBBZwPXZ5-Wzr0duzyAPPmJUx4_ay
+ templateid: 1844221365930962944
\ No newline at end of file
--
Gitblit v1.9.2