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 port: 8112
file: file:
upload: upload:
temp-dir: /tmp/chunked-uploads temp-dir: /var/lib/vdi/tmp/chunked-uploads
dir: /uploads dir: /var/lib/vdi/test
bt-url: http://10.100.51.86:8114
spring: spring:
servlet: servlet:
multipart: multipart:
max-file-size: 10MB max-file-size: 25MB
max-request-size: 10MB max-request-size: 25MB
datasource: datasource:
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://10.100.51.86:5432/postgres?serverTimeZone=UTC url: jdbc:postgresql://10.100.51.86:5432/postgres?serverTimeZone=UTC
username: unis username: unis
password: unis@123 password: unis@123
sql:
init:
mode: always
data-locations: classpath*:db/*.sql
knife4j: knife4j:
production: false production: false