2023-03-14 13:27:26 +05:30
|
|
|
export const BASE_AV_APP_URL = 'https://dev-longhorn-portal.np.navi-tech.in/field-app';
|
2023-04-12 23:38:08 +05:30
|
|
|
export const SENTRY_DSN = 'https://acef93c884c1424cacc4ec899562e203@qa-longhorn-portal.np.navi-tech.in/glitchtip-events/173';
|
2023-02-16 15:47:43 +05:30
|
|
|
export const JANUS_SERVICE_URL = 'https://dev-longhorn-portal.np.navi-tech.in/api/events/json';
|
|
|
|
|
export const ENV = 'dev';
|
2023-04-12 23:38:08 +05:30
|
|
|
export const IS_SSO_ENABLED = false;
|