diff --git a/devkits/data-exchange/config/local-simple-bap.yaml b/devkits/data-exchange/config/local-simple-bap.yaml index ce9f4bd2..55dd8bd3 100644 --- a/devkits/data-exchange/config/local-simple-bap.yaml +++ b/devkits/data-exchange/config/local-simple-bap.yaml @@ -31,6 +31,7 @@ modules: registry: id: dediregistry config: + url: https://fabric.nfh.global/registry/dedi registryName: subscribers.beckn.one allowedNetworkIDs: "nfh.global/testnet-deg,indiaenergystack.in/test-ies-data-sharing-network" timeout: 10 @@ -53,6 +54,8 @@ modules: schemaValidator: id: schemav2validator config: + type: url + location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/tags/core-2.0.0-rc-eos-release/api/beckn.yaml cacheTTL: "3600" extendedSchema_enabled: "true" extendedSchema_cacheTTL: "86400" @@ -89,6 +92,7 @@ modules: registry: id: dediregistry config: + url: https://fabric.nfh.global/registry/dedi registryName: subscribers.beckn.one allowedNetworkIDs: "nfh.global/testnet-deg,indiaenergystack.in/test-ies-data-sharing-network" timeout: 10 @@ -111,6 +115,8 @@ modules: schemaValidator: id: schemav2validator config: + type: url + location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/tags/core-2.0.0-rc-eos-release/api/beckn.yaml cacheTTL: "3600" extendedSchema_enabled: "true" extendedSchema_cacheTTL: "86400"