Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions devkits/data-exchange/config/local-simple-bap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down