From 3e61c26a6bf3af6706c468f4554018bf3895dd0c Mon Sep 17 00:00:00 2001 From: rdpnr_puzhi <13060209078@163.com> Date: Wed, 13 Aug 2025 09:16:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=90=8E=E7=AB=AF):=20=E8=81=94=E8=B0=83?= =?UTF-8?q?=E4=BF=AE=E6=94=B93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nex-be/src/main/resources/application.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/nex-be/src/main/resources/application.yml b/nex-be/src/main/resources/application.yml index 075d6d4..bef9ed4 100644 --- a/nex-be/src/main/resources/application.yml +++ b/nex-be/src/main/resources/application.yml @@ -3,19 +3,24 @@ server: port: 8112 file: upload: - temp-dir: /tmp/chunked-uploads - dir: /uploads + temp-dir: /var/lib/vdi/tmp/chunked-uploads + dir: /var/lib/vdi/test + bt-url: http://10.100.51.86:8114 spring: servlet: multipart: - max-file-size: 10MB - max-request-size: 10MB + max-file-size: 25MB + max-request-size: 25MB datasource: driver-class-name: org.postgresql.Driver url: jdbc:postgresql://10.100.51.86:5432/postgres?serverTimeZone=UTC username: unis password: unis@123 + sql: + init: + mode: always + data-locations: classpath*:db/*.sql knife4j: production: false