From a2d31fcd9d5fb0ffc8055bccc54a5357b9f89067 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Mon, 26 Sep 2022 11:57:02 +0800
Subject: [PATCH] update sql
---
src/main/resources/application.yml | 26 ++++++++++++++------------
1 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 5d93be2..80c32ce 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,26 +82,25 @@
# 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:
--
Gitblit v1.9.3