Skip to content

Commit 6191c51

Browse files
OZ-558: application.properties enriched for MkDocs auto-parsing. (#12)
1 parent 97c68a8 commit 6191c51

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

erpnext-openmrs/src/main/resources/config/application.properties

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
149154
eip.fhir.resources=${EIP_FHIR_RESOURCES}
150155
# The URL of the FHIR server
151156
eip.fhir.serverUrl=${EIP_FHIR_SERVER_URL}
@@ -164,6 +169,12 @@ erpnext.username=${ERPNEXT_USERNAME}
164169
# password: The password to authenticate with
165170
erpnext.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
168179
erpnext.openmrs.enable.patient.sync=${ERPNEXT_OPENMRS_ENABLE_PATIENT_SYNC:false}
169180
# ----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)