From a10a94b0f7456ca959280cf9f9975b0009db004e Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期一, 25 三月 2024 10:22:53 +0800
Subject: [PATCH] update config

---
 src/main/resources/application.yml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 5ab09c7..a2fcbf5 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -52,7 +52,8 @@
     time-zone: GMT+8
     date-format: yyyy-MM-dd HH:mm:ss
   profiles:
-    active: guotai-uat
+    #active: guotai-uat
+    active: guotai-prod
 #    active: druid
 #    druid使用的数据库是5.7.28,过高的版本,可能有部分函数不支持
 #    active: uat
@@ -62,9 +63,9 @@
   servlet:
     multipart:
       # 单个文件大小
-      max-file-size:  30MB
+      max-file-size:  50MB
       # 设置总上传的文件大小
-      max-request-size:  60MB
+      max-request-size:  50MB
   # 服务模块
   devtools:
     restart:

--
Gitblit v1.9.2