Commit 90ce6776 by gdj

修改香港服务器配置

parent 4223c03b
...@@ -58,8 +58,8 @@ mqtt: ...@@ -58,8 +58,8 @@ mqtt:
# host: emqx-broker # host: emqx-broker
# host: 192.168.32.90 # host: 192.168.32.90
# port: 8083 # port: 8083
host: 218.17.9.14 host: 203.186.109.106
port: 54419 port: 44419
path: /mqtt path: /mqtt
username: JavaServer username: JavaServer
password: 123456 password: 123456
...@@ -119,7 +119,7 @@ url: ...@@ -119,7 +119,7 @@ url:
oss: oss:
enable: true enable: true
provider: minio provider: minio
endpoint: http://218.17.9.14:54429 endpoint: http://203.186.109.106:44429
access-key: Geoair access-key: Geoair
secret-key: Geoair#0304 secret-key: Geoair#0304
bucket: cloud-bucket bucket: cloud-bucket
...@@ -156,7 +156,7 @@ livestream: ...@@ -156,7 +156,7 @@ livestream:
# RTMP Note: This IP is the address of the streaming server. If you want to see livestream on web page, you need to convert the RTMP stream to WebRTC stream. # RTMP Note: This IP is the address of the streaming server. If you want to see livestream on web page, you need to convert the RTMP stream to WebRTC stream.
rtmp: rtmp:
url: rtmp://218.17.9.14:54424/live/ # Example: 'rtmp://192.168.1.1/live/' url: rtmp://203.186.109.106:44424/live/ # Example: 'rtmp://192.168.1.1/live/'
rtsp: rtsp:
username: Please enter the username. username: Please enter the username.
password: Please enter the password. password: Please enter the password.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment