From 1f6bcad5ebbb3e64d82eedb796ec63cacf42b419 Mon Sep 17 00:00:00 2001 From: rajesh Date: Mon, 6 Oct 2025 18:45:39 +0530 Subject: [PATCH] Updated code --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e1d0cba5..f2db0c1e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,7 +4,7 @@ spring.application.name=tendermanagement spring.servlet.multipart.max-file-size=300MB spring.servlet.multipart.max-request-size=300MB -spring.profiles.active=local +spring.profiles.active=testing # JPA Configuration