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