This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
file_api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
state
master
zhaodengke
1 year ago
parent
b067d96290
commit
378d932746
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ruoyi-admin/src/main/resources/application-prod.yml
+1
-1
ruoyi-admin/src/main/resources/application.yml
+ 1
- 1
ruoyi-admin/src/main/resources/application-prod.yml
View File
@@ -69,7 +69,7 @@ spring:
# redis 配置
redis:
# 地址
host:
rongxin-redis-m-svc.prod
host:
localhost
# 端口,默认为6379
port: 6379
# 数据库索引
+ 1
- 1
ruoyi-admin/src/main/resources/application.yml
View File
@@ -9,7 +9,7 @@ ruoyi:
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ronxin/uploadPath)
profile:
/mnt/data/storage/rongxin/gxzb
profile:
D:/NsgkSoft/files/nsgk/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证
Write
Preview
Loading…
Cancel
Save