Files
address-verification-app/config/dev/config.js
Kunal Sharma 01782c9f79 @TP-17904 | Mocking service - added server , geolocation apis and data | Kunal (#80)
* @TP-17904 | Mocking service - added server , geolocation apis and data

* @TP-17904 | Mocking service - added server , geolocation apis and data

* @TP-17904 | Mocking service - added server , geolocation apis and data

* @TP-17904 | Mocking service - added server , geolocation apis and data

* @TP-17904 | Mocking service - added server , geolocation apis and data
2023-02-16 15:47:43 +05:30

5 lines
304 B
JavaScript

export const BASE_AV_APP_URL = 'https://dev-longhorn-server.np.navi-tech.in/av';
export const SENTRY_DSN = 'https://877396e88a2b4f78b911016c64f9121a@glitchtip.cmd.navi-tech.in/155';
export const JANUS_SERVICE_URL = 'https://dev-longhorn-portal.np.navi-tech.in/api/events/json';
export const ENV = 'dev';