From 0a0e5377efac8a50efcd57d6bb2cadbba46cf7c8 Mon Sep 17 00:00:00 2001 From: Nirmal N R Date: Fri, 30 Jan 2026 10:45:25 +0530 Subject: [PATCH] Update registry URLs in local configuration files to use beckn.io domain --- config/local-beckn-one-bap.yaml | 4 ++-- config/local-beckn-one-bpp.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/local-beckn-one-bap.yaml b/config/local-beckn-one-bap.yaml index 67ae76e..d7323da 100644 --- a/config/local-beckn-one-bap.yaml +++ b/config/local-beckn-one-bap.yaml @@ -31,7 +31,7 @@ modules: registry: 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 + url: https://api.dev.beckn.io/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.io/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 @@ -91,7 +91,7 @@ modules: registry: 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 + url: https://api.dev.beckn.io/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.io/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 diff --git a/config/local-beckn-one-bpp.yaml b/config/local-beckn-one-bpp.yaml index af5ff8f..df57fb6 100644 --- a/config/local-beckn-one-bpp.yaml +++ b/config/local-beckn-one-bpp.yaml @@ -31,7 +31,7 @@ modules: registry: 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 + url: https://api.dev.beckn.io/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.io/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 @@ -86,7 +86,7 @@ modules: registry: 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 + url: https://api.dev.beckn.io/registry/dedi # This is the testnet URL. The production URL is https://api.beckn.io/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