|
|
@@ -4,7 +4,8 @@ import app from '../../app.json';
|
|
|
|
|
|
//config
|
|
|
//const hostUrl = 'http://161.117.183.142/';
|
|
|
-const hostUrl = app.product ? 'https://csms.chargeco.global/' : 'https://uat.chargeco.global/';
|
|
|
+//const hostUrl = app.product ? 'https://csms.chargeco.global/' : 'https://uat.chargeco.global/';
|
|
|
+const hostUrl = app.product ? 'https://csms.chargeco.global/' : 'https://test.internal.chargeco.global/'
|
|
|
const service = 'chargeco/'
|
|
|
export const host = hostUrl;
|
|
|
|