Commit a0c7b35e1dc9399698222dc766b71729bfaece6c
1 parent
7371db46
修复一处错误,恢复application.yml media.stream-ip原来的值
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-docker.yml
| @@ -68,7 +68,7 @@ media: | @@ -68,7 +68,7 @@ media: | ||
| 68 | # 录像辅助服务, 部署此服务可以实现zlm录像的管理与下载, 0 表示不使用 | 68 | # 录像辅助服务, 部署此服务可以实现zlm录像的管理与下载, 0 表示不使用 |
| 69 | record-assist-port: 18081 | 69 | record-assist-port: 18081 |
| 70 | sdp-ip: ${sip.ip} | 70 | sdp-ip: ${sip.ip} |
| 71 | - stream-ip: ${media.ip} | 71 | + stream-ip: ${sip.ip} |
| 72 | # [可选] 日志配置, 一般不需要改 | 72 | # [可选] 日志配置, 一般不需要改 |
| 73 | logging: | 73 | logging: |
| 74 | file: | 74 | file: |