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
|`KNPT_NUTS_ENABLED`|`nuts.enabled`| Enable embedded Nuts node.<br/>Defaults to `true`. |
23
-
|**Addressing / mCSD**|||
24
-
|`KNPT_MCSDADMIN_FHIRBASEURL`|`mcsdadmin.fhirbaseurl`| (Optional) FHIR base URL of the local mCSD Administration Directory, if managed through the mCSD Web Application. |
25
-
|`KNPT_MCSD_QUERY_FHIRBASEURL`|`mcsd.query.fhirbaseurl`| FHIR base URL of the local mCSD Query Directory to synchronize to. |
26
-
|`KNPT_MCSD_ADMIN_<KEY>_FHIRBASEURL`|`mcsd.admin.<key>.fhirbaseurl`| Map of root directories (mCSD Admin Directory FHIR base URLs) to synchronize from. |
27
-
|`KNPT_MCSD_ADMINEXCLUDE`|`mcsd.adminexclude`| (Optional) List of FHIR base URLs to exclude from being registered as administration directories. Useful to prevent self-referencing loops when the query directory is discovered as an Endpoint. Multiple values can be specified as a comma-separated list. |
28
-
|**Localization / NVI**|||
29
-
|`KNPT_NVI_BASEURL`|`nvi.baseurl`| Base URL of the NVI service. |
30
-
|`KNPT_NVI_AUDIENCE`|`nvi.audience`| Name of the NVI service, used for creating BSN transport tokens.<br/>Defaults to `nvi`. |
31
-
|**Consent / Mitz**|||
32
-
|`KNPT_MITZ_MITZBASE`|`mitz.mitzbase`| Base URL of the MITZ endpoint |
33
-
|`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) |
34
-
|`KNPT_MITZ_GATEWAYSYSTEM`|`mitz.gatewaysystem`| (Optional) URL where MITZ will send consent notifications (your callback endpoint) |
35
-
|`KNPT_MITZ_SOURCESYSTEM`|`mitz.sourcesystem`| (Optional) gateway system OID (added as FHIR extension) |
36
-
|`KNPT_MITZ_TLSCERTFILE`|`mitz.tlscertfile`| Path to client certificate (.p12/.pfx or .pem) |
37
-
|`KNPT_MITZ_TLSKEYFILE`|`mitz.tlskeyfile`| Path to private key (only for .pem certs) |
38
-
|`KNPT_MITZ_TLSKEYPASSWORD`|`mitz.tlskeypassword`| Password for .p12/.pfx |
39
-
|`KNPT_MITZ_TLSCAFILE`|`mitz.tlscafile`| Path to server certificate |
|`KNPT_STRICTMODE`|`strictmode`| Enables secure operation mode. Disabling it allows connection to plain HTTP server, and [OIDC Provider dev mode](https://zitadel.com/docs/guides/manage/console/applications#development-mode). It also sets the Nuts node's strict mode configuration parameter.<br/>Defaults to `true`. |
24
+
|**Authentication / Nuts**|||
25
+
|`KNPT_NUTS_ENABLED`|`nuts.enabled`| Enable embedded Nuts node.<br/>Defaults to `true`. |
26
+
|**Addressing / mCSD**|||
27
+
|`KNPT_MCSDADMIN_FHIRBASEURL`|`mcsdadmin.fhirbaseurl`| (Optional) FHIR base URL of the local mCSD Administration Directory, if managed through the mCSD Web Application. |
28
+
|`KNPT_MCSD_QUERY_FHIRBASEURL`|`mcsd.query.fhirbaseurl`| FHIR base URL of the local mCSD Query Directory to synchronize to. |
29
+
|`KNPT_MCSD_ADMIN_<KEY>_FHIRBASEURL`|`mcsd.admin.<key>.fhirbaseurl`| Map of root directories (mCSD Admin Directory FHIR base URLs) to synchronize from. |
30
+
|`KNPT_MCSD_ADMINEXCLUDE`|`mcsd.adminexclude`| (Optional) List of FHIR base URLs to exclude from being registered as administration directories. Useful to prevent self-referencing loops when the query directory is discovered as an Endpoint. Multiple values can be specified as a comma-separated list. |
31
+
|**Localization / NVI**|||
32
+
|`KNPT_NVI_BASEURL`|`nvi.baseurl`| Base URL of the NVI service. |
33
+
|`KNPT_NVI_AUDIENCE`|`nvi.audience`| Name of the NVI service, used for creating BSN transport tokens.<br/>Defaults to `nvi`. |
34
+
|**Consent / Mitz**|||
35
+
|`KNPT_MITZ_MITZBASE`|`mitz.mitzbase`| Base URL of the MITZ endpoint |
36
+
|`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) |
37
+
|`KNPT_MITZ_GATEWAYSYSTEM`|`mitz.gatewaysystem`| (Optional) URL where MITZ will send consent notifications (your callback endpoint) |
38
+
|`KNPT_MITZ_SOURCESYSTEM`|`mitz.sourcesystem`| (Optional) gateway system OID (added as FHIR extension) |
39
+
|`KNPT_MITZ_TLSCERTFILE`|`mitz.tlscertfile`| Path to client certificate (.p12/.pfx or .pem) |
40
+
|`KNPT_MITZ_TLSKEYFILE`|`mitz.tlskeyfile`| Path to private key (only for .pem certs) |
41
+
|`KNPT_MITZ_TLSKEYPASSWORD`|`mitz.tlskeypassword`| Password for .p12/.pfx |
42
+
|`KNPT_MITZ_TLSCAFILE`|`mitz.tlscafile`| Path to server certificate |
0 commit comments