We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045a662 commit b2333c0Copy full SHA for b2333c0
deploy/helm/README.md
@@ -205,7 +205,7 @@ change that for production environments.
205
2. Configure Orthanc with Monai Information Gateway:
206
207
``` kubectl port-forward services/orthanc-monai 4242:4242 8042:8042 ```
208
-``` curl -v -X PUT http://demo:demo@localhost:8042/modalities/monai -d '{"AET" : "MonaiSCU", "Host" : "mig-monai", "Port": 104}' ```
+``` curl -v -X PUT http://demo:demo@localhost:8042/modalities/monai -d '{"AET" : "MONAISCU", "Host" : "mig-monai", "Port": 104}' ```
209
210
Congrats! You have finish the setup! Now let's test it.
211
0 commit comments