@@ -145,7 +145,12 @@ oauth.client.scope=${OAUTH_CLIENT_SCOPE:}
145145
146146# *********************** OpenMRS FHIR EIP Configuration ***************************************************************
147147#
148- # A comma separated list of FHIR resources, e.g., Patient, Encounter, Observation
148+ # /mkdocs-config-name:`eip.fhir.resources`
149+ # /mkdocs-config-description:List of FHIR resources the EIP route should listen to
150+ # /mkdocs-config-location:`.env`
151+ # /mkdocs-config-possible-values:`Patient`, `Encounter`, `Observation`, `Procedure`, `SupplyRequest` (Should be comma separated)
152+ # /mkdocs-config-default-value:`Patient`, `Encounter`, `Observation`
153+ # /mkdocs-end
149154eip.fhir.resources =${EIP_FHIR_RESOURCES}
150155# The URL of the FHIR server
151156eip.fhir.serverUrl =${EIP_FHIR_SERVER_URL}
@@ -164,6 +169,12 @@ erpnext.username=${ERPNEXT_USERNAME}
164169# password: The password to authenticate with
165170erpnext.password =${ERPNEXT_PASSWORD}
166171
167- # Whether to enable the patient sync feature. If enabled, patient data will be synchronized between OpenMRS and ERPNext.
172+ # /mkdocs-config-name:`erpnext.openmrs.enable.patient.sync`
173+ # /mkdocs-config-description:Whether to enable the patient sync feature. If enabled, patient data will be synchronized between OpenMRS and SENAITE
174+ # /mkdocs-config-location:`.env`
175+ # /mkdocs-config-possible-values:`true` or `false`
176+ # /mkdocs-config-default-value:`false`
177+ # /mkdocs_component-mk-example:mk-arg1=Sample configuration: mk-arg2=erpnext.openmrs.enable.patient.sync=false
178+ # /mkdocs-end
168179erpnext.openmrs.enable.patient.sync =${ERPNEXT_OPENMRS_ENABLE_PATIENT_SYNC:false}
169180# ----------------------------------------------------------------------------------------------------------------------
0 commit comments