change url constants
This commit is contained in:
parent
35df12f428
commit
6dd0d69ecf
@ -1,4 +1,4 @@
|
||||
export const SERVER_PORT = process.env.NODE_ENV === 'development' ? 3001 : 80;
|
||||
export const SERVER_PORT = 3001;
|
||||
|
||||
export const CRM_URL =
|
||||
process.env.REACT_APP_CRM === 'dev'
|
||||
@ -9,5 +9,5 @@ export const CRM_PROXY_URL = '/crmgraphql';
|
||||
export const CORE_URL =
|
||||
process.env.NODE_ENV === 'development'
|
||||
? 'http://localhost:5000'
|
||||
: 'http://10.5.0.5:5000';
|
||||
: 'http://calccore:5000';
|
||||
export const CORE_PROXY_URL = '/core';
|
||||
|
||||
Reference in New Issue
Block a user