mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[INJIMOB-1729]: update data push endpoint of telemetry (#1579)
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
This commit is contained in:
2
.env
2
.env
@@ -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
|
||||
|
||||
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user