From 3f03de50c5656611652a24dca8b12b37eb055ac3 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Sat, 12 Oct 2024 15:53:36 +0800
Subject: [PATCH] 新增test环境
---
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..625053a 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