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