* change apm url to portal url TP-25597 (#262)
* change apm url to portal url TP-25597
* fix config dev TP-25597
* enable sso TP-122 (#261)
* TP-24980 | Package version bump and submodule update
* enable sso TP-122
* TP-122 update rnUi
* fix crypto js failing issue TP-122
* error handling add TP-122
* change error text TP-122
* add disable button timer TP-122
* remove extra dispatch TP-122
* fix UI with design TP-122
* fix icon TP-122
* fix design nit picks and add google icon TP-122
* Revert "TP-25967 | Added Web Alias config + Updating NewAddressContainer with alias (#266)" (#267)
This reverts commit c9fefc0309.
* move code back to AuthRouter TP-122
* foreground service notification title and config update TP-122
* fix package json TP-122
* emiBreakupBottomSheet formatting revert TP-122
* remoce disable function TP-122
Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com>
Co-authored-by: Himanshu Kansal <himanshu.kansal@navi.com>
* TP-122 bump package
Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com>
Co-authored-by: Himanshu Kansal <himanshu.kansal@navi.com>
8 lines
501 B
JavaScript
8 lines
501 B
JavaScript
export const BASE_AV_APP_URL = 'https://dev-longhorn-portal.np.navi-tech.in/field-app';
|
|
export const SENTRY_DSN = 'https://acef93c884c1424cacc4ec899562e203@qa-longhorn-portal.np.navi-tech.in/glitchtip-events/173';
|
|
export const JANUS_SERVICE_URL = 'https://dev-longhorn-portal.np.navi-tech.in/api/events/json';
|
|
export const ENV = 'dev';
|
|
export const IS_SSO_ENABLED = false;
|
|
export const APM_APP_NAME = 'cosmos-app';
|
|
export const APM_BASE_URL = 'https://dev-longhorn-portal.np.navi-tech.in/apm-events';
|