Files
address-verification-app/config/dev/config.js
Aman Sethi cf7a81b5c7 update sentry config TP-24634 (#234)
* update sentry config TP-24634

* add to config SSO feature TP-24634

* add versioning TP-24634
2023-04-12 23:38:08 +05:30

5 lines
372 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;