Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ab22d813d0478f73dc6a71255e3c0b868b2adba9
Authored by
guzijian
2024-04-29 09:20:46 +0800
1 parent
05c94087
feat: 修改配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/resources/application-dev.yml
src/main/resources/application-dev.yml
View file @
ab22d81
...
...
@@ -10,6 +10,7 @@ spring:
10
10
multipart:
11
11
max-file-size: 10MB
12
12
max-request-size: 100MB
13
+
13
14
# REDIS数据库配置
14
15
redis:
15
16
# [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1
...
...