Files
collection-portal/configuration.js
Varnit Goyal dd7d73403e Tp 35796/live agents tracking (#510)
* TP:00000| hello

* TP-35796/live-agents-tracking

* TP-35796/live-agents-tracking

* TP-35796 | markers and tooltip

* TP-35796 | filters and api integreations

* TP-35796 | mock data

* TP-35796 | filters and pin api integration

* TP-35796 | api integrations

* TP-35796 | submodule update

* TP-35796 | loading states plus autoselect

* TP-35796 | replaced redux with async storage

* TP-35796 | fixes

* TP-35796 | replaced redux with async storage

* TP-35796 | fixed pr reviews etc

* TP-35796 | fixed pr reviews etc

* TP-35796 | changed activity time window to 10

* TP-35796 | changed activity time window to 10

* TP-35796 | clickstream events added

* TP-35796 | contract fixes

* TP-35796 | fix

* TP-35796| config change

* TP-35796| config change

* TP-35796| config change

* TP-35796| new node version

* TP-35796 | fix

* TP-35796| new node version

* TP-35796| new node version

* TP-35796 | fix

* TP-35796 | fix

* TP-35796| new node version

* TP-35796 | fixed location not found and zoom level

---------

Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com>
2023-08-08 18:54:34 +05:30

26 lines
1.1 KiB
JavaScript

window.config = {
BFF_SERVICE_BASE_URL: '/api',
EXTENSION_PLUGIN_USERS_LIST: [],
APM_BASE_URL: 'https://apm-server.np.navi-sa.in/',
APM_APP_NAME: 'collections-portal',
AUTH_BASE_URL: 'https://dev-dark-knight.np.navi-sa.in',
AUTH_CLIENT_ID: 'KBDpUxvr5S',
SENTRY_DSN: 'https://6f03f79661684b70a2e501dde312402d@glitchtip.cmd.navi-tech.in/126',
BUILD_TIME: 0,
ENABLE_SSO: "true",
ENV: "dev",
FCM_apiKey: 'AIzaSyDcVoYL9DRe2rMzKADd1EBlLPZVm22Y0Qo',
FCM_authDomain: 'address-verification-app.firebaseapp.com',
FCM_databaseURL: 'https://address-verification-app-default-rtdb.firebaseio.com',
FCM_projectId: 'address-verification-app',
FCM_storageBucket: 'address-verification-app.appspot.com',
FCM_messagingSenderId: '60755663443',
FCM_appId: '1:60755663443:web:e0631d32bb2920a98584a6',
FCM_measurementId: 'G-EV7QGBTNXT',
FCM_VapidKey: 'BBgzLYfWszkcrD0UBCmH5-kKPvwpByGDhyiCzEH_qUvcWN2RFr1jDqoaYvjzhNVtHQrk3c_2e4BNATpnczAIGzU',
DISABLE_AMEYO_TOOLBAR: "false",
GOOGLE_CAPTCHA_SITE_KEY: "6LezfLIlAAAAABGHea7siv00VaZhRjfcPoCEI6_c",
GOOGLE_MAPS_KEY: '',
GOOGLE_MAP_ID: '',
};