Troubleshooting links added to readme file

This commit is contained in:
Ankit Brahmbhatt
2024-09-09 19:00:31 +05:30
parent c6b9865097
commit 9bd6b422de
2 changed files with 7 additions and 5 deletions

View File

@@ -28,5 +28,7 @@ Here is a [Demo Video](https://drive.google.com/file/d/1PfdhIpq-Qo6sDy0wAnO0zllC
- [Release Notes](./docs/release_notes.md) - [Release Notes](./docs/release_notes.md)
- [Frequently asked questions (FAQ)](./docs/faq.md) - [Frequently asked questions (FAQ)](./docs/faq.md)
- **[Note on mandatory layer 2 configuration(Important)](./docs/notes/mandatory_layer_2_config.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. Experience the convenience and efficiency of Beckn-ONIX as you embark on your journey with Beckn protocols and open networks.

View File

@@ -1,11 +1,11 @@
{ {
"core_version" : "1.1.0", "core_version" : "1.1.0",
"registry_id": "registry-dev.becknprotocol.io..LREG", "registry_id": "registry..LREG",
"search_provider_id" : "gateway-dev.becknprotocol.io", "search_provider_id" : "gateway",
"self_registration_supported": true, "self_registration_supported": true,
"subscription_needed_post_registration" : true, "subscription_needed_post_registration" : true,
"base_url": "https://registry-dev.becknprotocol.io", "base_url": "http://registry:3030",
"registry_url" : "https://registry-dev.becknprotocol.io/subscribers", "registry_url" : "http://registry:3030/subscribers",
"extension_package": "in.succinct.beckn.boc", "extension_package": "in.succinct.beckn.boc",
"wild_card" : "" "wild_card" : ""
} }