Skip to content

Commit

Permalink
add config for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Jun 3, 2024
1 parent 0519877 commit 2f57a0e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose/left/config/demo/customers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1":{"active":false,"city":"Enske","did":"did:web:node.left.local:iam:left","domain":"","id":1,"name":"Left"}
}
7 changes: 7 additions & 0 deletions docker-compose/left/config/demo/server.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nutsnodeaddr: http://node-left:8081
nutspipaddr: http://pip-left:8080
customersfile: ./customers.json
fhir:
server:
type: hapi-multi-tenant
address: http://hapi-left:8080/fhir
3 changes: 3 additions & 0 deletions docker-compose/right/config/demo/customers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1":{"active":false,"city":"Enske","did":"did:web:node.right.local:iam:right","domain":"","id":1,"name":"Right"}
}
7 changes: 7 additions & 0 deletions docker-compose/right/config/demo/server.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nutsnodeaddr: http://node-right:8081
nutspipaddr: http://pip-right:8080
customersfile: ./customers.json
fhir:
server:
type: hapi-multi-tenant
address: http://hapi-right:8080/fhir

0 comments on commit 2f57a0e

Please sign in to comment.