[INJIMOB-1729]: update data push endpoint of telemetry (#1579)

Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
This commit is contained in:
Alka Prasad
2024-08-14 10:26:26 +05:30
committed by GitHub
parent 0c4db64eda
commit 4e000cee04
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -6,7 +6,7 @@ MIMOTO_HOST=https://api.qa-inji.mosip.net
ESIGNET_HOST=https://esignet.qa-inji.mosip.net
OBSRV_HOST = https://dataset-api.obsrv.mosip.net
OBSRV_HOST = https://dataset-api.telemetry.mosip.net
#Application Theme can be ( orange | purple )
APPLICATION_THEME=orange

View File

@@ -50,7 +50,7 @@ export function getTelemetryConfigData() {
sid: __SessionId.getValue(),
batchsize: 5,
host: OBSRV_HOST,
endpoint: '/obsrv/v1/data/mosip-dataset',
endpoint: '/obsrv/v1/data/create/mosip-dataset',
telemetryDebugEnabled: false,
enableValidation: true,
schemaBaseUrl: 'http://mosip.io/telemetry/',