Add beckn_onix.sh, docker-compose, and local config files for setup

This commit is contained in:
ameersohel45
2025-09-15 11:29:56 +05:30
parent 175b617e3e
commit 81f969f4fa
10 changed files with 444 additions and 5 deletions

34
config/local-routing.yaml Normal file
View File

@@ -0,0 +1,34 @@
routingRules:
- domain: "nic2004:60221" # Mobility domain
version: "0.9.4"
targetType: "url"
target:
url: "http://localhost:9001/beckn"
endpoints:
- search
- select
- init
- confirm
- status
- track
- cancel
- update
- rating
- support
- domain: "nic2004:52110" # Retail domain
version: "1.0.0"
targetType: "url"
target:
url: "http://test.bap.com/beckn"
endpoints:
- search
- select
- init
- confirm
- status
- track
- cancel
- update
- rating
- support