From 56df98ce4952239fbf7d0e99dbeb0e5c71531d6f Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Fri, 18 Nov 2022 18:29:06 +0800
Subject: [PATCH] initial v1.3.0
---
src/main/resources/application.yml | 30 ++++++++++++++++++------------
1 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 5d93be2..027299f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -60,6 +60,9 @@
storage:
prefix: /storage
version: /api/v1
+ control:
+ prefix: /control
+ version: /api/v1
# Tutorial: https://help.aliyun.com/document_detail/100624.htm?spm=a2c4g.11186623.0.0.74075e34eIhK7T#concept-xzh-nzk-2gb
oss:
@@ -79,29 +82,32 @@
# enable: true
# provider: aws
# endpoint: https://s3.us-east-1.amazonaws.com
-# access-key:
-# secret-key:
+# access-key:
+# secret-key:
# expire: 3600
# region: us-east-1
# role-session-name: cloudApi
-# role-arn:
+# role-arn:
# bucket: cloudapi-bucket
# object-dir-prefix: wayline
-# MinIO is temporarily unavailable.
#oss:
-# enable: false
+# enable: true
# provider: minio
-# endpoint:
-# access-key:
-# secret-key:
-# bucket:
-# expire:
-# region:
-# object-dir-prefix:
+# endpoint: http://192.168.1.1:9000
+# access-key: minioadmin
+# secret-key: minioadmin
+# bucket: cloud-bucket
+# expire: 3600
+# region: us-east-1
+# object-dir-prefix: wayline
logging:
level:
com.dji.sample: debug
file:
name: logs/cloud-api-sample.log
+
+ntp:
+ server:
+ host: Google.mzr.me
\ No newline at end of file
--
Gitblit v1.9.3