Commit 0e23c022 authored by chakshu's avatar chakshu
Browse files

react app should have env variables prefixed with REACT_APP

Showing with 1 addition and 1 deletion
+1 -1
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",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment