From 4885e75decd989b14163a47e14673bc5d2f3829f Mon Sep 17 00:00:00 2001 From: Nirmal N R Date: Mon, 8 Dec 2025 11:52:09 +0530 Subject: [PATCH 1/2] docs: updated URL in example config files to beckn one registry URL. --- config/local-beckn-one-bap.yaml | 8 ++++---- config/local-beckn-one-bpp.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/local-beckn-one-bap.yaml b/config/local-beckn-one-bap.yaml index fb63f66..897d4b3 100644 --- a/config/local-beckn-one-bap.yaml +++ b/config/local-beckn-one-bap.yaml @@ -31,8 +31,8 @@ modules: registry: id: dediregistry config: - url: http://34.14.173.68:8080/dedi - registryName: subscribers.beckn.one + url: https://api.testnet.beckn.one/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.one/registry/dedi + registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this. # This is the wildcard string used to lookup across registries in Beckn One. Do not change this. timeout: 10 retry_max: 3 retry_wait_min: 100ms @@ -83,8 +83,8 @@ modules: registry: id: dediregistry config: - url: http://34.14.173.68:8080/dedi - registryName: subscribers.beckn.one + url: https://api.testnet.beckn.one/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.one/registry/dedi + registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this. timeout: 10 retry_max: 3 retry_wait_min: 100ms diff --git a/config/local-beckn-one-bpp.yaml b/config/local-beckn-one-bpp.yaml index 77a57aa..af527f3 100644 --- a/config/local-beckn-one-bpp.yaml +++ b/config/local-beckn-one-bpp.yaml @@ -31,8 +31,8 @@ modules: registry: id: dediregistry config: - url: http://34.14.173.68:8080/dedi - registryName: subscribers.beckn.one + url: https://api.testnet.beckn.one/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.one/registry/dedi + registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this. timeout: 10 retry_max: 3 retry_wait_min: 100ms @@ -78,8 +78,8 @@ modules: registry: id: dediregistry config: - url: http://34.14.173.68:8080/dedi - registryName: subscribers.beckn.one + url: https://api.testnet.beckn.one/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.one/registry/dedi + registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this. timeout: 10 retry_max: 3 retry_wait_min: 100ms From 1f8d9c12d2b54614ec0e9d8093a581c08ef14765 Mon Sep 17 00:00:00 2001 From: Nirmal N R Date: Mon, 8 Dec 2025 11:55:59 +0530 Subject: [PATCH 2/2] docs: update URL in example config files to beckn one registry URL --- config/local-beckn-one-bap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/local-beckn-one-bap.yaml b/config/local-beckn-one-bap.yaml index 897d4b3..f9fcf43 100644 --- a/config/local-beckn-one-bap.yaml +++ b/config/local-beckn-one-bap.yaml @@ -32,7 +32,7 @@ modules: id: dediregistry config: url: https://api.testnet.beckn.one/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.one/registry/dedi - registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this. # This is the wildcard string used to lookup across registries in Beckn One. Do not change this. + registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this. timeout: 10 retry_max: 3 retry_wait_min: 100ms