Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GeoFlyApi
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GeoFly
GeoFlyApi
Commits
243169e6
Commit
243169e6
authored
May 23, 2025
by
gdj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
深圳配置
parent
3c49c72b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
sample/src/main/resources/application.yml
+17
-17
No files found.
sample/src/main/resources/application.yml
View file @
243169e6
...
...
@@ -10,10 +10,10 @@ spring:
druid
:
type
:
com.alibaba.druid.pool.DruidDataSource
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
password
:
root
initial-size
:
10
...
...
@@ -22,10 +22,10 @@ spring:
max-wait
:
60000
redis
:
host
:
geoair_redis
#
host: geoair_redis
# host: cloud_api_sample_redis
# 深圳
#
host: cloud_api_sample_redis
host
:
cloud_api_sample_redis
port
:
6379
database
:
0
username
:
# if you enable
...
...
@@ -53,14 +53,14 @@ mqtt:
BASIC
:
protocol
:
MQTT
# @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
# 深圳
#
host: 183.11.236.162
#
port: 54418
host
:
183.11.236.162
port
:
54418
# host: 203.186.109.106
# host: emqx-broker
# host: 192.168.32.90
# port: 44418
host
:
203.186.109.106
port
:
54941
#
host: 203.186.109.106
#
port: 54941
# host: emqx-broker
# port: 1883
username
:
JavaServer
...
...
@@ -70,16 +70,16 @@ mqtt:
path
:
DRC
:
# 深圳
#
protocol: WS
#
host: 183.11.236.162
#
port: 54419
protocol
:
WSS
# @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
protocol
:
WS
host
:
183.11.236.162
port
:
54419
#
protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
# host: emqx-broker
# host: 192.168.32.90
# port: 8083
# host: geofly-dev.geotwin.cc
host
:
geofly.geotwin.cc
port
:
443
#
host: geofly.geotwin.cc
#
port: 443
path
:
/mqtt
username
:
JavaServer
password
:
123456
...
...
@@ -141,7 +141,7 @@ oss:
provider
:
minio
endpoint
:
https://gt7-oss.geotwin.cc
# 深圳
# endpoint: gt-oss-dev.geotwin.cn
# endpoint:
https://
gt-oss-dev.geotwin.cn
access-key
:
minioadmin
secret-key
:
minioadmin
bucket
:
gtfly
...
...
@@ -178,9 +178,9 @@ 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
:
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/'
rtsp
:
username
:
Please enter the username.
password
:
Please enter the password.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment