TP-13228 | Integration to collection portal | Arpit (#110)

This commit is contained in:
Arpit Agarwal
2022-12-19 20:11:06 +05:30
committed by GitHub Enterprise
parent 9972cec5db
commit 0f07ac7b68
16 changed files with 343 additions and 9 deletions

View File

@@ -3,5 +3,6 @@ window.config = {
APM_BASE_URL: '<APM_BASE_URL>',
APM_APP_NAME: '<APM_APP_NAME>',
AUTH_BASE_URL: '<AUTH_BASE_URL>',
AUTH_CLIENT_ID: '<AUTH_CLIENT_ID>'
AUTH_CLIENT_ID: '<AUTH_CLIENT_ID>',
WA_EXTENSION_ID: '<WA_EXTENSION_ID>'
};