diff --git a/README.md b/README.md index 330ece2..c440a09 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,7 @@ Here is a [Demo Video](https://drive.google.com/file/d/1PfdhIpq-Qo6sDy0wAnO0zllC - [Release Notes](./docs/release_notes.md) - [Frequently asked questions (FAQ)](./docs/faq.md) - **[Note on mandatory layer 2 configuration(Important)](./docs/notes/mandatory_layer_2_config.md).** +- **[Troubleshooting doc](https://github.com/beckn/missions/blob/main/docs/troubleshoot.md).** +- **[Log Interpretation](https://github.com/beckn/missions/blob/main/docs/log-interpretation.md).** Experience the convenience and efficiency of Beckn-ONIX as you embark on your journey with Beckn protocols and open networks. diff --git a/install/gateway_data/config/networks/onix.json b/install/gateway_data/config/networks/onix.json index 2bb446a..f3190b7 100644 --- a/install/gateway_data/config/networks/onix.json +++ b/install/gateway_data/config/networks/onix.json @@ -1,11 +1,11 @@ { "core_version" : "1.1.0", - "registry_id": "registry-dev.becknprotocol.io..LREG", - "search_provider_id" : "gateway-dev.becknprotocol.io", + "registry_id": "registry..LREG", + "search_provider_id" : "gateway", "self_registration_supported": true, "subscription_needed_post_registration" : true, - "base_url": "https://registry-dev.becknprotocol.io", - "registry_url" : "https://registry-dev.becknprotocol.io/subscribers", + "base_url": "http://registry:3030", + "registry_url" : "http://registry:3030/subscribers", "extension_package": "in.succinct.beckn.boc", "wild_card" : "" -} \ No newline at end of file +}