Skip to content

Commit

Permalink
Removed password and API key for CTS upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCroftDKFZ authored and TasDeniz committed Nov 27, 2020
1 parent 566229c commit eb20863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CTSUPLOAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Typically, it will look something like this:
```
<com:cts xmlns:com="http://schema.samply.de/config/CtsInfo">
<com:username>admin</com:username>
<com:password>admin</com:password>
<com:password>abcdef</com:password>
<com:url>https://nngm-qat.staging.healex.systems/trial/nNGMv09ccf/import-fhir</com:url>
<com:profile>http://uk-koeln.de/fhir/StructureDefinition/Patient/nNGM/pseudonymisiert</com:profile>
<com:mainzellisteUrl>https://test.verbis.dkfz.de/mpl</com:mainzellisteUrl>
<com:mainzellisteApiKey>nngmTestKey?[8574]</com:mainzellisteApiKey>
<com:mainzellisteApiKey>0123456789</com:mainzellisteApiKey>
</com:cts>
```

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/dktk_cts_info.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<com:cts xmlns:com="http://schema.samply.de/config/CtsInfo">
<com:username>admin</com:username>
<com:password>Healex12,34!</com:password>
<com:password></com:password>
<com:url>https://cds.cds-test.staging.healex.systems/trial/nNGMv09c/import-fb</com:url>
<com:profile>http://uk-koeln.de/fhir/StructureDefinition/Patient/nNGM/pseudonymisiert</com:profile>
<com:mainzellisteUrl>https://test.verbis.dkfz.de/mpl</com:mainzellisteUrl>
<com:mainzellisteApiKey>nngmTestKeyConnector?[8574]</com:mainzellisteApiKey>
<com:mainzellisteApiKey></com:mainzellisteApiKey>
</com:cts>

0 comments on commit eb20863

Please sign in to comment.