mirror of https://github.com/halo-dev/halo
Enable 10G multipart max file size and max request size
parent
9bad78d552
commit
05f43d1363
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue