Skip to content

Commit 26b1c17

Browse files
YeniValleYeniValle
YeniValle
authored and
YeniValle
committed
change default react app localhost
1 parent 5509535 commit 26b1c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ window.appConfig = {
22
REACT_APP_USE_ENVIRONMENT_CONFIG: "true",
33
REACT_APP_TIMEOUT_SPAN: "300000",
44
REACT_APP_APP_ID: "admin",
5-
REACT_APP_LOCALHOST: "https://app.cenit.io",
6-
REACT_APP_CENIT_HOST: "https://server.cenit.io",
5+
REACT_APP_LOCALHOST: "http://localhost:3002", // "https://app.cenit.io",
6+
REACT_APP_CENIT_HOST: "http://localhost:3000", // "https://server.cenit.io",
77
};

0 commit comments

Comments
 (0)