Commit 45237888e3867c7fcbc7d45c4e3b206aa981e4c2

Authored by 648540858
1 parent 3c8507da

修正使用默认配置

src/main/resources/application.yml
@@ -9,13 +9,13 @@ spring: @@ -9,13 +9,13 @@ spring:
9 # REDIS数据库配置 9 # REDIS数据库配置
10 redis: 10 redis:
11 # [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1 11 # [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1
12 - host: 192.168.1.141 12 + host: 127.0.0.1
13 # [必须修改] 端口号 13 # [必须修改] 端口号
14 port: 6379 14 port: 6379
15 # [可选] 数据库 DB 15 # [可选] 数据库 DB
16 database: 6 16 database: 6
17 # [可选] 访问密码,若你的redis服务器没有设置密码,就不需要用密码去连接 17 # [可选] 访问密码,若你的redis服务器没有设置密码,就不需要用密码去连接
18 - password: 4767cb971b40a1300fa09b7f87b09d1c 18 + password:
19 # [可选] 超时时间 19 # [可选] 超时时间
20 timeout: 10000 20 timeout: 10000
21 # [不可用] jdbc数据库配置, 暂不支持 21 # [不可用] jdbc数据库配置, 暂不支持
@@ -34,7 +34,7 @@ server: @@ -34,7 +34,7 @@ server:
34 # 作为28181服务器的配置 34 # 作为28181服务器的配置
35 sip: 35 sip:
36 # [必须修改] 本机的IP, 必须是网卡上的IP 36 # [必须修改] 本机的IP, 必须是网卡上的IP
37 - ip: 192.168.1.20 37 + ip: 192.168.1.44
38 # [可选] 28181服务监听的端口 38 # [可选] 28181服务监听的端口
39 port: 5060 39 port: 5060
40 # 根据国标6.1.2中规定,domain宜采用ID统一编码的前十位编码。国标附录D中定义前8位为中心编码(由省级、市级、区级、基层编号组成,参照GB/T 2260-2007) 40 # 根据国标6.1.2中规定,domain宜采用ID统一编码的前十位编码。国标附录D中定义前8位为中心编码(由省级、市级、区级、基层编号组成,参照GB/T 2260-2007)
@@ -57,13 +57,13 @@ auth: @@ -57,13 +57,13 @@ auth:
57 #zlm服务器配置 57 #zlm服务器配置
58 media: 58 media:
59 # [必须修改] zlm服务器的内网IP 59 # [必须修改] zlm服务器的内网IP
60 - ip: 127.0.0.1 60 + ip: 192.168.1.44
61 # [可选] zlm服务器的公网IP, 内网部署置空即可 61 # [可选] zlm服务器的公网IP, 内网部署置空即可
62 - wanIp: 192.168.1.20 62 + wanIp:
63 # [可选] zlm服务器的hook所使用的IP, 默认使用sip.ip 63 # [可选] zlm服务器的hook所使用的IP, 默认使用sip.ip
64 hookIp: 64 hookIp:
65 # [必须修改] zlm服务器的http.port 65 # [必须修改] zlm服务器的http.port
66 - port: 6080 66 + port: 80
67 # [可选] 是否自动配置ZLM, 如果希望手动配置ZLM, 可以设为false, 不建议新接触的用户修改 67 # [可选] 是否自动配置ZLM, 如果希望手动配置ZLM, 可以设为false, 不建议新接触的用户修改
68 autoConfig: true 68 autoConfig: true
69 # [可选] zlm服务器的hook.admin_params=secret 69 # [可选] zlm服务器的hook.admin_params=secret
@@ -91,6 +91,4 @@ logging: @@ -91,6 +91,4 @@ logging:
91 level: 91 level:
92 com: 92 com:
93 genersoft: 93 genersoft:
94 - iot: debug  
95 -  
96 - 94 + iot: debug
97 \ No newline at end of file 95 \ No newline at end of file