From 0e2424cf75f1e02b8407868a8feacc3ae192ab19 Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 23 Apr 2024 18:14:49 +0000 Subject: [PATCH] Update application.yml --- application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application.yml b/application.yml index 95e2b09..26774e1 100644 --- a/application.yml +++ b/application.yml @@ -3,6 +3,9 @@ server: port: 3000 servlet: context-path: / + tomcat: + # Limit the maximum POST size to 1MB + max-http-form-post-size: 1MB # Spring Configuration spring: @@ -10,7 +13,6 @@ spring: jackson: default-property-inclusion: non_null data: - # MongoDB - This is used for general data storage mongodb: uri: mongodb://root:root@mongo:27017