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