Commit b4a35ee8 by gdj

增加深圳配置

parent aa8cb805
...@@ -12,6 +12,8 @@ spring: ...@@ -12,6 +12,8 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://geoair_mysql:3306/cloud_sample?useSSL=false&allowPublicKeyRetrieval=true url: jdbc:mysql://geoair_mysql:3306/cloud_sample?useSSL=false&allowPublicKeyRetrieval=true
# url: jdbc:mysql://cloud_api_sample_mysql:3306/cloud_sample?useSSL=false&allowPublicKeyRetrieval=true # url: jdbc:mysql://cloud_api_sample_mysql:3306/cloud_sample?useSSL=false&allowPublicKeyRetrieval=true
# 深圳
# url: jdbc:mysql://cloud_api_sample_mysql:3306/cloud_sample?useSSL=false&allowPublicKeyRetrieval=true
username: root username: root
password: root password: root
initial-size: 10 initial-size: 10
...@@ -22,6 +24,8 @@ spring: ...@@ -22,6 +24,8 @@ spring:
redis: redis:
host: geoair_redis host: geoair_redis
# host: cloud_api_sample_redis # host: cloud_api_sample_redis
# 深圳
# host: cloud_api_sample_redis
port: 6379 port: 6379
database: 0 database: 0
username: # if you enable username: # if you enable
...@@ -48,6 +52,9 @@ mqtt: ...@@ -48,6 +52,9 @@ mqtt:
# BASIC parameters are required. # BASIC parameters are required.
BASIC: BASIC:
protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
# 深圳
# host: 183.11.236.162
# port: 54418
# host: 203.186.109.106 # host: 203.186.109.106
# host: emqx-broker # host: emqx-broker
# host: 192.168.32.90 # host: 192.168.32.90
...@@ -62,6 +69,10 @@ mqtt: ...@@ -62,6 +69,10 @@ mqtt:
# If the protocol is ws/wss, this value is required. # If the protocol is ws/wss, this value is required.
path: path:
DRC: DRC:
# 深圳
# protocol: WS
# host: 183.11.236.162
# port: 54419
protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
# host: emqx-broker # host: emqx-broker
# host: 192.168.32.90 # host: 192.168.32.90
...@@ -129,6 +140,8 @@ oss: ...@@ -129,6 +140,8 @@ oss:
enable: true enable: true
provider: minio provider: minio
endpoint: https://gt7-oss.geotwin.cc endpoint: https://gt7-oss.geotwin.cc
# 深圳
# endpoint: gt-oss-dev.geotwin.cn
access-key: minioadmin access-key: minioadmin
secret-key: minioadmin secret-key: minioadmin
bucket: gtfly bucket: gtfly
...@@ -166,6 +179,8 @@ livestream: ...@@ -166,6 +179,8 @@ 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://203.186.109.106:44424/live/ # Example: 'rtmp://192.168.1.1/live/' url: rtmp://203.186.109.106:44424/live/ # Example: 'rtmp://192.168.1.1/live/'
# 深圳
# url: rtmp://183.11.236.162:54424/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