Fisheye: Tag 010bbdec5ebb419130413765886d8da5d1af1d96 refers to a dead (removed) revision in file `cloudsync/config/config-production-on-device.json.backup'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 010bbdec5ebb419130413765886d8da5d1af1d96 refers to a dead (removed) revision in file `cloudsync/config/config.json'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 010bbdec5ebb419130413765886d8da5d1af1d96 refers to a dead (removed) revision in file `cloudsync/config/config_INT.json'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 010bbdec5ebb419130413765886d8da5d1af1d96 refers to a dead (removed) revision in file `cloudsync/config/config_PROD.json'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 010bbdec5ebb419130413765886d8da5d1af1d96 refers to a dead (removed) revision in file `cloudsync/config/config_QA.json'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 010bbdec5ebb419130413765886d8da5d1af1d96 refers to a dead (removed) revision in file `cloudsync/config/config_STAGING.json'. Fisheye: No comparison available. Pass `N' to diff? Index: cloudsync/config/config_integration.json =================================================================== diff -u --- cloudsync/config/config_integration.json (revision 0) +++ cloudsync/config/config_integration.json (revision 010bbdec5ebb419130413765886d8da5d1af1d96) @@ -0,0 +1,20 @@ +{ + "kebormed_paas": { + "idp_client_secret": "cccd502d-67d0-45e5-ab44-5e7b6119150b", + "url_mft": "", + "url_dcs": "https://device-api.diality.integration.kebormed.com", + "url_device_identity": "https://device-identity.diality.integration.kebormed.com:31400/auth/realms/Main/protocol/openid-connect/token", + "url_reachability": "https://healthcheck.diality.integration.kebormed.com/", + "dia_org_id": 1 + }, + "device": { + "ip": "", + "port": 80, + "name": "", + "hd_serial": "", + "dg_serial": "", + "sw_version": "", + "mode": "registration", + "device_state": "INACTIVE_NOT_OK" + } +} \ No newline at end of file Index: cloudsync/config/config_production.json =================================================================== diff -u --- cloudsync/config/config_production.json (revision 0) +++ cloudsync/config/config_production.json (revision 010bbdec5ebb419130413765886d8da5d1af1d96) @@ -0,0 +1,20 @@ +{ + "kebormed_paas": { + "idp_client_secret": "EDlyFbKBJTwlotUVxG08Rv9RSWpX8niL", + "url_mft": "", + "url_dcs": "https://device-api.moda-flx-connect.com", + "url_device_identity": "https://device-identity.moda-flx-connect.com/auth/realms/Main/protocol/openid-connect/token", + "url_reachability": "https://healthcheck.moda-flx-connect.com", + "dia_org_id": 1 + }, + "device": { + "ip": "", + "port": 80, + "name": "", + "hd_serial": "", + "dg_serial": "", + "sw_version": "", + "mode": "registration", + "device_state": "INACTIVE_NOT_OK" + } +} Index: cloudsync/config/config_quality.json =================================================================== diff -u --- cloudsync/config/config_quality.json (revision 0) +++ cloudsync/config/config_quality.json (revision 010bbdec5ebb419130413765886d8da5d1af1d96) @@ -0,0 +1,20 @@ +{ + "kebormed_paas": { + "idp_client_secret": "94bf9193-4beb-4b3b-b973-5ee807d1b3a3", + "url_mft": "", + "url_dcs": "https://device-api.diality.qa.kebormed.com", + "url_device_identity": "https://device-identity.diality.qa.kebormed.com:31400/auth/realms/Main/protocol/openid-connect/token", + "url_reachability": "https://healthcheck.diality.qa.kebormed.com/", + "dia_org_id": 1 + }, + "device": { + "ip": "", + "port": 80, + "name": "", + "hd_serial": "", + "dg_serial": "", + "sw_version": "", + "mode": "registration", + "device_state": "INACTIVE_NOT_OK" + } +} \ No newline at end of file Index: cloudsync/config/config_staging.json =================================================================== diff -u --- cloudsync/config/config_staging.json (revision 0) +++ cloudsync/config/config_staging.json (revision 010bbdec5ebb419130413765886d8da5d1af1d96) @@ -0,0 +1,20 @@ +{ + "kebormed_paas": { + "idp_client_secret": "NL2cn6eMyg2WLSB0nhfvbxvM79dvo3ta", + "url_mft": "", + "url_dcs": "https://device-api.diality.staging.kebormed.com", + "url_device_identity": "https://device-identity.diality.staging.kebormed.com/auth/realms/Main/protocol/openid-connect/token", + "url_reachability": "https://healthcheck.diality.staging.kebormed.com/", + "dia_org_id": 1 + }, + "device": { + "ip": "", + "port": 80, + "name": "", + "hd_serial": "", + "dg_serial": "", + "sw_version": "", + "mode": "registration", + "device_state": "INACTIVE_NOT_OK" + } +}