feat(后端): 联调修改3

master
rdpnr_puzhi 2025-08-13 09:16:41 +08:00
parent cccfb7bd86
commit 3e61c26a6b
1 changed files with 9 additions and 4 deletions

View File

@ -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