Skip to content

Commit

Permalink
refs #123 - adds individual bdns configs:
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoV-PDMFC committed Nov 9, 2022
1 parent 9e32e00 commit 8571a5d
Show file tree
Hide file tree
Showing 14 changed files with 210 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.mah-bayer/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.mah-gsk/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.mah-msd/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.mah-novo-nordisk/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.mah-pfizer/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.mah-roche/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.mah-sanofi/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.mah-takeda/get-brick"
]
}
15 changes: 15 additions & 0 deletions apihub-root/external-volume/config/domains/traceability.pha-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.pha-1/get-brick"
]
}
15 changes: 15 additions & 0 deletions apihub-root/external-volume/config/domains/traceability.pha-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.pha-2/get-brick"
]
}
15 changes: 15 additions & 0 deletions apihub-root/external-volume/config/domains/traceability.whs-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.whs-1/get-brick"
]
}
15 changes: 15 additions & 0 deletions apihub-root/external-volume/config/domains/traceability.whs-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.whs-2/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.whs-takeda/get-brick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"anchoring": {
"type": "FS",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
}
},
"enable": ["mq"],
"skipOAuth": [
"/bricking/traceability.whs-zuellig/get-brick"
]
}

0 comments on commit 8571a5d

Please sign in to comment.