Enable 10G multipart max file size and max request size

pull/151/head
johnniang 2019-05-09 22:31:09 +08:00
parent 9bad78d552
commit 05f43d1363
1 changed files with 6 additions and 6 deletions

View File

@ -28,10 +28,10 @@ spring:
password: 123456
# MySql 配置
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/halodb?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
# username: root
# password: 123456
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/halodb?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
# username: root
# password: 123456
h2:
console:
@ -46,8 +46,8 @@ spring:
open-in-view: false
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 10240MB
max-request-size: 10240MB
logging:
level:
run.halo.app: INFO