Skip to content

Commit

Permalink
improved fttp server base url parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Jun 25, 2022
1 parent a53d202 commit 77dc628
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ public class TransferDataConfig
@Value("${de.netzwerk.universitaetsmedizin.codex.fttp.basicauth.password:#{null}}")
private String fttpBasicAuthPassword;

@ProcessDocumentation(description = "TODO", processNames = { "wwwnetzwerk-universitaetsmedizinde_dataSend",
"wwwnetzwerk-universitaetsmedizinde_dataTranslate" }, recommendation = "Specify if you are using the send process to request pseudonyms from the fTTP")
@ProcessDocumentation(description = "The base URL of the fTTP server", processNames = { "wwwnetzwerk-universitaetsmedizinde_dataSend",
"wwwnetzwerk-universitaetsmedizinde_dataTranslate" }, recommendation = "Specify if you are using the send process to request pseudonyms from the fTTP. Caution: The fTTP client is unable to follow redirects, specify the final url if the server redirects requests")
@Value("${de.netzwerk.universitaetsmedizin.codex.fttp.server.base.url:#{null}}")
private String fttpServerBase;

Expand Down

0 comments on commit 77dc628

Please sign in to comment.