Skip to content

Commit

Permalink
refs #123 - updaets
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoV-PDMFC committed Nov 9, 2022
1 parent d3c2088 commit d007dd4
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 12 deletions.
11 changes: 0 additions & 11 deletions apihub-root/external-volume/config/domains/epi.json

This file was deleted.

2 changes: 1 addition & 1 deletion apihub-root/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ <h2>Release notes 2021-03-26</h2>
<br>
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 853992
<br>&nbsp;<br>
v<!-- VERSION_START -->0.10.8-g71109193<!-- VERSION_END --> &copy;&nbsp;2021 <a href="http://pharmaledger.eu">Pharmaledger.eu</a> - All Rights Reserved.
v<!-- VERSION_START -->0.10.8-gd3c20889<!-- VERSION_END --> &copy;&nbsp;2021 <a href="http://pharmaledger.eu">Pharmaledger.eu</a> - All Rights Reserved.
</footer>

<script type="application/javascript">
Expand Down
71 changes: 71 additions & 0 deletions fgt-bdns/dev/apihub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"storage": "../apihub-root",
"port": 8080,
"preventRateLimit": true,
"activeComponents": [
"virtualMQ",
"messaging",
"notifications",
"filesManager",
"bdns",
"bricksLedger",
"bricksFabric",
"bricking",
"anchoring",
"dsu-wizard",
"pdm-dsu-toolkit-app-store",
"pdm-dsu-toolkit-app-commands",
"fgt-dsu-wizard",
"mq",
"staticServer"
],
"componentsConfig": {
"bdns": {

},
"pdm-dsu-toolkit-app-commands": {
"module": "./../../pdm-dsu-toolkit",
"function": "Init"
},
"fgt-dsu-wizard": {
"module": "./../../fgt-dsu-wizard",
"function": "Init"
},
"mq":{
"module": "./components/mqHub",
"function": "MQHub",
"connectionTimeout": 1740000
},
"bricking": {},
"anchoring": {}
},
"CORS": {
"Access-Control-Allow-Origin":"*",
"Access-Control-Allow-Methods": "POST, GET, PUT, DELETE, OPTIONS",
"Access-Control-Allow-Credentials": true
},
"enableRequestLogger": true,
"enableJWTAuthorisation": false,
"enableLocalhostAuthorization": false,
"skipJWTAuthorisation": [
"/assets",
"/leaflet-wallet",
"/dsu-fabric-wallet",
"/directory-summary",
"/resources",
"/bdns",
"/anchor/epi",
"/anchor/default",
"/anchor/vault",
"/bricking",
"/bricksFabric",
"/bricksledger",
"/create-channel",
"/forward-zeromq",
"/send-message",
"/receive-message",
"/files",
"/notifications",
"/mq"
]
}

0 comments on commit d007dd4

Please sign in to comment.