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
89db9991a22fb00d2c2ae4b47b6f50f6dd4b205e
Authored by
648540858
2022-01-27 14:25:26 +0800
1 parent
9b21fba8
2.0.2版本 去除默认的mediaIP 127.0.0.1,避免误导新用户
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pom.xml
src/main/resources/application-dev.yml
pom.xml
View file @
89db999
...
...
@@ -11,7 +11,7 @@
11
11
12
12
<groupId>com.genersoft</groupId>
13
13
<artifactId>wvp-pro</artifactId>
14
- <version>2.0
</version>
14
+ <version>2.0
.2
</version>
15
15
<name>web video platform</name>
16
16
<description>国标28181视频平台</description>
17
17
...
...
src/main/resources/application-dev.yml
View file @
89db999
...
...
@@ -49,7 +49,7 @@ sip:
49
49
#zlm 默认服务器配置
50
50
media:
51
51
# [必须修改] zlm服务器的内网IP
52
- ip:
127.0.0.1
52
+ ip:
53
53
# [必须修改] zlm服务器的http.port
54
54
http-port: 80
55
55
# [可选] zlm服务器的hook.admin_params=secret
...
...