fix(启动报错): 启动报错问题修复

This commit is contained in:
zhuangpeng.li
2025-04-28 10:11:16 +08:00
parent 4d8e1c5167
commit efe562f7e6
9 changed files with 53 additions and 61 deletions

View File

@@ -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 # 同上,另外增加编号,(可保持默认)