Skip to content

Commit

Permalink
Changed Admin user to system user with sms privilage
Browse files Browse the repository at this point in the history
  • Loading branch information
atishbeehyv123 authored and rahu1ramesh committed Jul 5, 2023
1 parent bc3a70f commit f40d07b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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_ATOMFEED_USER}
openmrs.password= ${OPENMRS_ATOMFEED_PASSWORD}
openmrs.user= ${OPENMRS_SYSTEM_SMS_USER}
openmrs.password= ${OPENMRS_SYSTEM_SMS_PASSWORD}
openmrs.connectionTimeoutInMilliseconds=10000
openmrs.replyTimeoutInMilliseconds=20000

0 comments on commit f40d07b

Please sign in to comment.