Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAH 2962 | Properties file for appointments omod #142

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<bahmniCommonsVersion>1.0.0</bahmniCommonsVersion>
<teleconsultationVersion>1.1.0</teleconsultationVersion>
<communicationVersion>1.1.0</communicationVersion>
<bahmniEventsVersion>1.0.0-SNAPSHOT</bahmniEventsVersion>

</properties>

Expand Down Expand Up @@ -279,6 +280,12 @@
<artifactId>communication-omod</artifactId>
<version>${communicationVersion}</version>
</dependency>

<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-events-omod</artifactId>
<version>${bahmniEventsVersion}</version>
</dependency>
<!-- end -->

<!-- Modules from other maintainers-->
Expand Down
1 change: 1 addition & 0 deletions package/docker/openmrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ COPY distro/target/distro/uiframework*.omod ${OPENMRS_APPLICATION_DATA_DIRECTOR
COPY distro/target/distro/uilibrary*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/webservices.rest-*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/communication*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/bahmni-events*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules

# Copy Configuration Files
COPY package/docker/openmrs/templates/bahmnicore.properties.template /etc/bahmni-emr/templates/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
openmrs.auth.uri=http://${OPENMRS_HOST}:${OPENMRS_PORT}/openmrs/ws/rest/v1/session
openmrs.root.uri=http://${OPENMRS_HOST}:${OPENMRS_PORT}/openmrs/ws/rest/v1
openmrs.user= ${OPENMRS_SYSTEM_SMS_USER}
openmrs.password= ${OPENMRS_SYSTEM_SMS_PASSWORD}
openmrs.connectionTimeoutInMilliseconds=10000
openmrs.replyTimeoutInMilliseconds=20000
openmrs.root.uri=http://${OPENMRS_HOST}:${OPENMRS_PORT}/openmrs/ws/rest/v1
Loading