From 405e8dc53cefb82b0aadb34e2edcbac825afe612 Mon Sep 17 00:00:00 2001 From: Naeem Ullah Date: Thu, 8 Jan 2026 14:16:36 +0500 Subject: [PATCH] Revert "Profile for PROD" This reverts commit c2156ce96283587a90dc6a2e872164254b3960ac. --- aconnect/pom.xml | 4 ++-- ...pplication-prod.properties => application-live.properties} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename aconnect/src/main/resources/{application-prod.properties => application-live.properties} (100%) diff --git a/aconnect/pom.xml b/aconnect/pom.xml index e92de05..73474a5 100644 --- a/aconnect/pom.xml +++ b/aconnect/pom.xml @@ -198,9 +198,9 @@ - prod + live - prod + live aconnect diff --git a/aconnect/src/main/resources/application-prod.properties b/aconnect/src/main/resources/application-live.properties similarity index 100% rename from aconnect/src/main/resources/application-prod.properties rename to aconnect/src/main/resources/application-live.properties