Skip to content

Commit

Permalink
ENH: Connect Internal Orthanc to Example Hospital
Browse files Browse the repository at this point in the history
This was the last straw in what needs for deployment
  • Loading branch information
ivanjohnson-lab committed May 1, 2024
1 parent 456bc14 commit 66a34fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws_cluster/listening/receiver_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
value: 'VCm4-RBXxgtg__yqxf0SYGLHGn8'
- name: BACKEND_URL
# THIS WILL NEED TO BE UPDATED
value: "https://backend.imageinsights-sep.com"
value: "http://backend-service.default.svc.cluster.local:8000"
- name: ORTHANC_URL
# THIS WILL NEED TO BE UPDATED
value: "http://100.27.59.147:8026"
Expand Down
4 changes: 2 additions & 2 deletions example_tool/example_internal_pacs_for_aws.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@

// THIS EXAMPLE HOST IF NOT VALID NEED TO REPLACE IP WITH THE HOST IP
"EXAMPLE_HOSPITAL_NAME" :{
"AET" : "EXAMPLE_HOSPITAL",
"AET" : "ORTHANC",
"Port" : 4030,
"Host" : "172.17.114.73",
"Host" : "52.203.232.187",
"AllowEcho" : true,
"AllowFind" : false,
"AllowMove" : false,
Expand Down

0 comments on commit 66a34fb

Please sign in to comment.