From 2d8ded3e77b22e44985265ca4063102662e452c1 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Mon, 12 Dec 2022 18:32:19 +0800
Subject: [PATCH] initial v1.3.1
---
src/main/resources/application.yml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 80c32ce..de9dcfd 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -27,6 +27,10 @@
max-idle: 8
min-idle: 0
+ servlet:
+ multipart:
+ max-file-size: 2GB
+ max-request-size: 2GB
jwt:
issuer: DJI
@@ -107,3 +111,7 @@
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