Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfyang committed Apr 7, 2021
1 parent 97917d2 commit 33cccf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -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`;
Expand Down

0 comments on commit 33cccf3

Please sign in to comment.