mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
fix(启动报错): 启动报错问题修复
This commit is contained in:
@@ -66,10 +66,11 @@ spring:
|
||||
|
||||
|
||||
# redis 配置
|
||||
spring.data:
|
||||
redis:
|
||||
host: 81.71.97.58 # 地址
|
||||
host: 192.168.5.12 # 地址
|
||||
port: 6379 # 端口,默认为6379
|
||||
database: 11 # 数据库索引
|
||||
database: 11 # 数据库索引
|
||||
password: fastbee # 密码
|
||||
timeout: 10s # 连接超时时间
|
||||
lettuce:
|
||||
@@ -85,7 +86,7 @@ sip:
|
||||
## 本地调试时,绑定网卡局域网IP,设备在同一局域网,设备接入IP填写绑定IP
|
||||
## 部署服务端时,默认绑定容器IP,设备接入IP填写服务器公网IP
|
||||
#ip: 177.7.0.13
|
||||
ip: 192.168.5.27
|
||||
ip: 192.168.5.12
|
||||
port: 5061 # SIP端口(保持默认)
|
||||
domain: 3402000000 # 由省级、市级、区级、基层编号组成
|
||||
id: 34020000002000000001 # 同上,另外增加编号,(可保持默认)
|
||||
|
||||
Reference in New Issue
Block a user