diff --git a/src/constants/ApiConstants.ts b/src/constants/ApiConstants.ts
index 80e50ca6883a1d5b51a3fa66206d8a4566ee043b..c8f3e1895b0f1f01933593c4fc43e665c38817ae 100644
--- a/src/constants/ApiConstants.ts
+++ b/src/constants/ApiConstants.ts
@@ -1,5 +1,5 @@
 export const APIS = {
-  BASE_URL: process.env.SMF_BASE_URL || "https://smfdev.idc.tarento.com/api/",
+  BASE_URL: process.env.REACT_APP_SMF_BASE_URL || "https://smfdev.idc.tarento.com/api/",
   LOGIN: {
     USERLOGIN: "signIn",
     REQUEST_OTP: "user/requestOTP",