还原配置信息
This commit is contained in:
parent
6dfb965631
commit
bb63c4b66f
|
@ -1,7 +1,7 @@
|
|||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 8888
|
||||
port: 8080
|
||||
|
||||
# 数据源配置
|
||||
spring:
|
||||
|
@ -10,7 +10,7 @@ spring:
|
|||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://39.99.201.243:3306/test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: BUw8YW6%@^8q
|
||||
password: h67&E98HS8^6
|
||||
druid:
|
||||
# 初始连接数
|
||||
initialSize: 5
|
||||
|
@ -59,16 +59,11 @@ spring:
|
|||
max-wait: 3000
|
||||
host: 39.99.201.243
|
||||
port: 6379
|
||||
password: diTeZn@123
|
||||
password: yfeng@123
|
||||
timeout: 3000
|
||||
# 0 gaea系统,3 gaea-dev/gaea-test系统,4 znpt开发,5 znpt测试 6 znpt生产
|
||||
# 0 gaea系统,3 gaea-dev/gaea-test系统,4 znpt开发,5 znpt测试 6 znpt生产
|
||||
database: 4
|
||||
# mq 配置
|
||||
rabbitmq:
|
||||
host: 39.99.201.243
|
||||
port: 3389
|
||||
username: dite
|
||||
password: diTezN@123
|
||||
|
||||
## MINIO配置
|
||||
#minio:
|
||||
# url: http://10.20.32.11:9000
|
||||
|
@ -85,7 +80,7 @@ spring:
|
|||
|
||||
sip-config:
|
||||
name: 信令服务
|
||||
ip: 192.168.0.207
|
||||
ip: 10.17.12.203
|
||||
port: 1074
|
||||
charset: gb2312
|
||||
domain: 3402000000
|
||||
|
@ -101,17 +96,17 @@ zlm-config:
|
|||
# 公网ip
|
||||
publicHost:
|
||||
# 接口ip
|
||||
apiHost: 192.168.0.207
|
||||
apiHost: 10.17.12.203
|
||||
# 接口端口
|
||||
apiPort: 8080
|
||||
apiPort: 30186
|
||||
# 密钥
|
||||
secretKey: 6Q76ivvVOQDsnnfOSKbtVzcYpbgy4n1G
|
||||
secretKey: JvVotkdN01y4qZHlrJsdq4gD7n9rK6wV
|
||||
# 流id前缀
|
||||
streamPrefix:
|
||||
# rtp ip
|
||||
rtpHost: 10.17.12.203
|
||||
# rtp 端口
|
||||
rtpPort: 8080
|
||||
rtpPort: 30186
|
||||
# 动态端口起始值
|
||||
dynamicPortStart: 30150
|
||||
# 动态端口结束值
|
||||
|
|
Loading…
Reference in New Issue