We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5509535 commit 26b1c17Copy full SHA for 26b1c17
public/config.js
@@ -2,6 +2,6 @@ window.appConfig = {
2
REACT_APP_USE_ENVIRONMENT_CONFIG: "true",
3
REACT_APP_TIMEOUT_SPAN: "300000",
4
REACT_APP_APP_ID: "admin",
5
- REACT_APP_LOCALHOST: "https://app.cenit.io",
6
- REACT_APP_CENIT_HOST: "https://server.cenit.io",
+ REACT_APP_LOCALHOST: "http://localhost:3002", // "https://app.cenit.io",
+ REACT_APP_CENIT_HOST: "http://localhost:3000", // "https://server.cenit.io",
7
};
0 commit comments