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
24426ef322c84582bd13006316694c5cc370d1b4
Authored by
64850858
2021-07-07 10:28:41 +0800
1 parent
0faa5936
配置文件示例修正
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/all-application.yml
src/main/resources/all-application.yml
View file @
24426ef
...
...
@@ -137,7 +137,7 @@ user-settings:
137
137
interface-authentication: true
138
138
# 接口鉴权例外的接口, 即不进行接口鉴权的接口
139
139
interface-authentication-excludes:
140
- -
"/"
140
+ -
/api/v1/**
141
141
# 推流直播是否录制
142
142
record-push-live: true
143
143
...
...