| @@ -1,2 +1 @@ | |||
| REACT_APP_BASE_API_URL=https://portalgatewayapi.bullioninternational.info/ | |||
| REACT_APP_BASE_API_URL=https://api-test-hr-center.dilig.net/v1 | |||
| @@ -1,4 +1,5 @@ | |||
| const base = "http://localhost:5116/v1"; | |||
| const base = process.env.NODE_ENV === 'development' ? | |||
| "http://localhost:5116/v1" : process.env.REACT_APP_BASE_API_URL | |||
| export default { | |||
| authentications: { | |||