Skip to content

Commit

Permalink
Update toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jan 26, 2024
1 parent 26190b5 commit d8532ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions config/hsdp.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,11 @@
"connect-mdm": {
"url": "https://connect-mdm-client-test.eu-west.philips-healthsuite.com/connect/mdm"
},
"discovery": {
"url": "https://discovery-client-test.eu01.connect.hsdp.io/client-test/core/discovery"
},
"dbs": {
"url": "https://databroker-client-test.eu01.connect.hsdp.io/client-test/connect/databroker"
},
"has": {
"url": "https://has-client-test.eu-west.philips-healthsuite.com"
"discovery": {
"url": "https://discovery-client-test.eu01.connect.hsdp.io/client-test/core/discovery"
},
"iam": {
"url": "https://iam-client-test.eu-west.philips-healthsuite.com"
Expand Down
6 changes: 3 additions & 3 deletions config/hsdp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ url = "https://s3creds-service.ap3.hsdp.io"
[region.cn1.env.prod.service.s3creds]
url = "https://s3creds-service.cn1.philips-healthsuite.com.cn"

# Service HAS
[region.eu-west.env.client-test.service.has]
url = "https://has-client-test.eu-west.philips-healthsuite.com"
# Service DBS
[region.eu-west.env.client-test.service.dbs]
url = "https://databroker-client-test.eu01.connect.hsdp.io/client-test/connect/databroker"

# Service CDR-STU3
[region.us-east.env.sandbox.service.cdr-stu3]
Expand Down

0 comments on commit d8532ee

Please sign in to comment.