Skip to content

Commit

Permalink
(chore) Add config to enable RDE (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Nov 19, 2023
1 parent 0617681 commit b04371e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configuration/dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,5 +459,8 @@
},
"@openmrs/esm-patient-medications-app": {
"maxDispenseDurationInDays": 185
},
"@openmrs/esm-form-entry-app": {
"customEncounterDatetime": true
}
}
3 changes: 3 additions & 0 deletions configuration/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,5 +459,8 @@
},
"@openmrs/esm-patient-medications-app": {
"maxDispenseDurationInDays": 185
},
"@openmrs/esm-form-entry-app": {
"customEncounterDatetime": true
}
}

0 comments on commit b04371e

Please sign in to comment.