You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIGURATION.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Configuration is loaded in the following order (later sources override earlier o
15
15
16
16
## Configuration Options
17
17
18
-
Environment variables use the prefix `KNPT_` followed by the configuration path in uppercase with underscores:
18
+
Environment variables use the prefix `KNPT_` followed by the configuration path in uppercase with underscores (if you enable NUTS node as embedded service within your Knooppunt, those variables are prefixed with `NUTS_`):
@@ -27,7 +27,8 @@ Environment variables use the prefix `KNPT_` followed by the configuration path
27
27
|`KNPT_HTTP_INTERNAL_ADDRESS`|`http.internal.address`| TCP address for the internal HTTP interface.<br/>Defaults to `:8081`. |
28
28
|`KNPT_HTTP_INTERNAL_URL`|`http.internal.url`| (Optional) Internal base URL. If not specified, defaults to `http://<hostname>:<port>`. |
29
29
|**Authentication / Nuts**|||
30
-
|`KNPT_NUTS_ENABLED`|`nuts.enabled`| Enable embedded Nuts node.<br/>Defaults to `true`. |
30
+
|`KNPT_NUTS_ENABLED`|`nuts.enabled`| Enable embedded Nuts node.<br/>Defaults to `false`. |
31
+
|`NUTS_*`| config/nuts.yml file | Nuts specific configuration variables are either prefixed with NUTS_ or are present in config/nuts.yml file |
31
32
|**Addressing / mCSD**|||
32
33
|`KNPT_MCSDADMIN_FHIRBASEURL`|`mcsdadmin.fhirbaseurl`| (Optional) FHIR base URL of the local mCSD Administration Directory, if managed through the mCSD Web Application. |
33
34
|`KNPT_MCSD_QUERY_FHIRBASEURL`|`mcsd.query.fhirbaseurl`| FHIR base URL of the local mCSD Query Directory to synchronize to. |
@@ -40,8 +41,8 @@ Environment variables use the prefix `KNPT_` followed by the configuration path
40
41
|**Consent / Mitz**|||
41
42
|`KNPT_MITZ_MITZBASE`|`mitz.mitzbase`| Base URL of the MITZ endpoint |
42
43
|`KNPT_MITZ_NOTIFYENDPOINT`|`mitz.notifyendpoint`| Endpoint that will be used in `Subscription.channel.endpoint` when subscribing to Mitz (unless one is provided in the Subscription request to the knooppunt) |
43
-
|`KNPT_MITZ_GATEWAYSYSTEM`|`mitz.gatewaysystem`|(Optional) URL where MITZ will send consent notifications (your callback endpoint)|
44
-
|`KNPT_MITZ_SOURCESYSTEM`|`mitz.sourcesystem`|(Optional) gateway system OID (added as FHIR extension) |
44
+
|`KNPT_MITZ_GATEWAYSYSTEM`|`mitz.gatewaysystem`|gateway system OID to be used in a MITZ subscription (your gateway system OID) |
45
+
|`KNPT_MITZ_SOURCESYSTEM`|`mitz.sourcesystem`|source system OID to be used in a MITZ subscription (your source system OID)|
45
46
|`KNPT_MITZ_TLSCERTFILE`|`mitz.tlscertfile`| Path to client certificate (.p12/.pfx or .pem) |
46
47
|`KNPT_MITZ_TLSKEYFILE`|`mitz.tlskeyfile`| Path to private key (only for .pem certs) |
47
48
|`KNPT_MITZ_TLSKEYPASSWORD`|`mitz.tlskeypassword`| Password for .p12/.pfx |
0 commit comments