diff --git a/src/config.js b/src/config.js index 22f0a44d..5e52ba60 100644 --- a/src/config.js +++ b/src/config.js @@ -1,6 +1,7 @@ require("dotenv").config(); export const API_SURVER = process.env.REACT_APP_API_URL; +export const SERVICE_URL = process.env.SERVICE_URL; export const PUBLIC_SERVICE = process.env.REACT_APP_API_STATUS; //- if the PUBLIC_SERVICE is y then "ADMIN" will be remove. or "ADMIN" button will be ok. export const EXPORTERS_API = `${API_SURVER}/exporter`;