Skip to content

Commit

Permalink
Fix Flare Client Connect Timeout Variable Name in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EmteZogaf committed Jan 18, 2024
1 parent 4ed77d0 commit cbe4e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feasibility-dsf-process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Besides the [common DSF settings controlled by different environment variables][
| CLIENT_STORE_KEY_STORE_PASSWORD | Password for opening the key store used for authenticating against a FHIR server or proxy. | `null` |
| CLIENT_STORE_BASE_URL | Base URL to a FHIR server or proxy for feasibility evaluation. This can also be the base URL of a reverse proxy if used. Only required if evaluation strategy is set to `cql`. | `` |
| CLIENT_FLARE_BASE_URL | Base URL to a FLARE instance. Only required if evaluation strategy is set to `structured-query`. | `` |
| CLIENT_FLARE_TIMEOUT_CONNECT | Timeout for establishing a connection to a FLARE client target in `ms`. | `2000` |
| CLIENT_FLARE_CONNECT_TIMEOUT | Timeout for establishing a connection to a FLARE client target in `ms`. | `2000` |
| EVALUATION_STRATEGY | Defines whether the feasibility shall be evaluated using `cql` or `structured-query`. Using the latter requires a FLARE instance. | `cql` |
| EVALUATION_OBFUSCATE | Defines whether the feasibility evaluation result shall be obfuscated. | `true` |
| EVALUATION_OBFUSCATION_SENSITIVITY | Sets the sensitivity of the Laplace distribution function used for obfuscating the result. | `1.0` |
Expand Down

0 comments on commit cbe4e70

Please sign in to comment.