Refactor application.properties to set maximum file and request sizes for multipart uploads
This commit is contained in:
@@ -10,6 +10,9 @@ spring.jpa.hibernate.ddl-auto=update
|
|||||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
||||||
spring.jpa.show-sql=true
|
spring.jpa.show-sql=true
|
||||||
|
|
||||||
|
spring.servlet.multipart.max-file-size=15MB
|
||||||
|
spring.servlet.multipart.max-request-size=15MB
|
||||||
|
|
||||||
jwt.secret=a23ac96ce968bf13099d99410b951dd498118851bdfc996a3f844bd68b1b2afd
|
jwt.secret=a23ac96ce968bf13099d99410b951dd498118851bdfc996a3f844bd68b1b2afd
|
||||||
|
|
||||||
prestashop.base-url=https://shop.gameovergne.fr/api
|
prestashop.base-url=https://shop.gameovergne.fr/api
|
||||||
|
|||||||
Reference in New Issue
Block a user