Commit 7f4457b5 by tntxia

配置文件改回深圳的配置

parent bdb026b6
...@@ -14,10 +14,10 @@ spring: ...@@ -14,10 +14,10 @@ spring:
druid: druid:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
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&serverTimezone=Asia/Shanghai # 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 url: jdbc:mysql://cloud_api_sample_mysql:3306/cloud_sample?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root username: root
password: root password: root
initial-size: 10 initial-size: 10
...@@ -26,10 +26,10 @@ spring: ...@@ -26,10 +26,10 @@ spring:
max-wait: 60000 max-wait: 60000
redis: redis:
host: geoair_redis # host: geoair_redis
# host: cloud_api_sample_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
...@@ -60,7 +60,8 @@ jwt: ...@@ -60,7 +60,8 @@ jwt:
age: 86400 age: 86400
mqtt: mqtt:
# @see com.dji.sample.component.mqtt.model.MqttUseEnum
# BASIC parameters are required.
NET: NET:
# 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 # host: 183.11.236.162
...@@ -69,14 +70,11 @@ mqtt: ...@@ -69,14 +70,11 @@ mqtt:
# password: 123456 # password: 123456
# client-id: 123456 # client-id: 123456
protocol: WSS protocol: WSS
host: geofly.geotwin.cc host: geofly.geotwin.cn
port: 443 port: 443
path: /mqtt path: /mqtt
username: JavaServer username: JavaServer
password: 123456 password: 123456
# @see com.dji.sample.component.mqtt.model.MqttUseEnum
# 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
# 深圳 # 深圳
...@@ -86,10 +84,10 @@ mqtt: ...@@ -86,10 +84,10 @@ mqtt:
# host: emqx-broker # host: emqx-broker
# host: 192.168.32.90 # host: 192.168.32.90
# port: 44418 # port: 44418
host: 203.186.109.106 # host: 203.186.109.106
port: 54941 # port: 54941
# host: emqx-broker host: emqx-broker
# port: 1883 port: 1883
username: JavaServer username: JavaServer
password: 123456 password: 123456
client-id: 123456 client-id: 123456
...@@ -97,16 +95,16 @@ mqtt: ...@@ -97,16 +95,16 @@ mqtt:
path: path:
DRC: DRC:
# 深圳 # 深圳
# protocol: WS protocol: WSS
# host: 183.11.236.162 host: geofly.geotwin.cn
# port: 54419 port: 443
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
# port: 8083 # port: 8083
# host: geofly-dev.geotwin.cc # host: geofly-dev.geotwin.cc
host: geofly.geotwin.cc # host: geofly.geotwin.cc
port: 443 # port: 443
path: /mqtt path: /mqtt
username: JavaServer username: JavaServer
password: 123456 password: 123456
...@@ -114,7 +112,7 @@ mqtt: ...@@ -114,7 +112,7 @@ mqtt:
cloud-sdk: cloud-sdk:
mqtt: mqtt:
# Topics that need to be subscribed when initially connecting to mqtt, multiple topics are divided by ",". # Topics that need to be subscribed when initially connecting to mqtt, multiple topics are divided by ",".
inbound-topic: sys/product/+/status,thing/product/+/requests,/ai_info inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd,/ai_info
url: url:
manage: manage:
...@@ -169,9 +167,10 @@ url: ...@@ -169,9 +167,10 @@ url:
oss: oss:
enable: true enable: true
provider: minio provider: minio
endpoint: https://gt7-oss.geotwin.cc # 香港
# endpoint: https://gt7-oss.geotwin.cc
# 深圳 # 深圳
# endpoint: https://gt-oss-dev.geotwin.cn endpoint: https://gt-oss-dev.geotwin.cn
access-key: minioadmin access-key: minioadmin
secret-key: minioadmin secret-key: minioadmin
bucket: gtfly bucket: gtfly
...@@ -212,9 +211,10 @@ livestream: ...@@ -212,9 +211,10 @@ 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/' # url: rtmp://183.11.236.162:54424/live/ # Example: 'rtmp://192.168.1.1/live/'
url: rtmp://183.11.236.162:54460/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