Merge pull request #606 from nirmalnr/beckn-io-url-update
Update registry URLs in example configuration files to use beckn.io domain
This commit is contained in:
@@ -31,7 +31,7 @@ modules:
|
|||||||
registry:
|
registry:
|
||||||
id: dediregistry
|
id: dediregistry
|
||||||
config:
|
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.
|
registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this.
|
||||||
timeout: 10
|
timeout: 10
|
||||||
retry_max: 3
|
retry_max: 3
|
||||||
@@ -91,7 +91,7 @@ modules:
|
|||||||
registry:
|
registry:
|
||||||
id: dediregistry
|
id: dediregistry
|
||||||
config:
|
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.
|
registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this.
|
||||||
timeout: 10
|
timeout: 10
|
||||||
retry_max: 3
|
retry_max: 3
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ modules:
|
|||||||
registry:
|
registry:
|
||||||
id: dediregistry
|
id: dediregistry
|
||||||
config:
|
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.
|
registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this.
|
||||||
timeout: 10
|
timeout: 10
|
||||||
retry_max: 3
|
retry_max: 3
|
||||||
@@ -86,7 +86,7 @@ modules:
|
|||||||
registry:
|
registry:
|
||||||
id: dediregistry
|
id: dediregistry
|
||||||
config:
|
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.
|
registryName: subscribers.beckn.one # This is the wildcard string used to lookup across registries in Beckn One. Do not change this.
|
||||||
timeout: 10
|
timeout: 10
|
||||||
retry_max: 3
|
retry_max: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user