Advertisement
Guest User

OpenMRS

a guest
Apr 20th, 2021
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.16 KB | None | 0 0
  1. opensource@opensource-OptiPlex-3010:~/openmrs/qaframeworkserver$ sudo cat openmrs-server.properties
  2. [sudo] password for opensource:        
  3. #Tue Apr 20 16:52:35 EAT 2021
  4. add_demo_data=false
  5. admin_user_password=Admin123
  6. auto_update_database=false
  7. connection.driver_class=com.mysql.jdbc.Driver
  8. connection.password=Admin123
  9. connection.url=jdbc\:mysql\://localhost\:3308/qaframeworkserver?autoReconnect\=true&sessionVariables\=default_storage_engine%3DInnoDB&useUnicode\=true&characterEncoding\=UTF-8
  10. connection.username=root
  11. create_database_user=false
  12. create_tables=false
  13. database_name=qaframeworkserver
  14. db.docker.container=openmrs-sdk-mysql-v3-2
  15. distro.artifactId=referenceapplication-package
  16. distro.groupId=org.openmrs.distro
  17. has_current_openmrs_database=true
  18. install_method=auto
  19. module_web_admin=true
  20. name=Reference Application
  21. omod.addresshierarchy=2.14.2
  22. omod.adminui=1.4.0
  23. omod.allergyui=1.8.3
  24. omod.appframework=2.16.0
  25. omod.appointmentscheduling=1.13.0
  26. omod.appointmentschedulingui=1.9.0
  27. omod.appui=1.13.0
  28. omod.atlas=2.2.4
  29. omod.atlas.type=omod
  30. omod.attachments=2.4.0
  31. omod.calculation=1.2.1
  32. omod.coreapps=1.31.0
  33. omod.dataexchange=1.3.6
  34. omod.emrapi=1.30.0
  35. omod.event=2.8.0
  36. omod.event.groupId=org.openmrs
  37. omod.fhir2=1.1.0
  38. omod.formentryapp=1.4.2
  39. omod.htmlformentry=3.12.0
  40. omod.htmlformentryui=1.11.2
  41. omod.htmlwidgets=1.10.0
  42. omod.idgen=4.6.0
  43. omod.legacyui=1.8.0
  44. omod.metadatadeploy=1.12.1
  45. omod.metadatamapping=1.3.5
  46. omod.metadatasharing=1.7.0
  47. omod.openmrsqa=1.0.0-SNAPSHOT
  48. omod.owa=1.12.0
  49. omod.providermanagement=2.12.0
  50. omod.referenceapplication=2.11.0
  51. omod.referencedemodata=1.4.6
  52. omod.referencemetadata=2.11.0
  53. omod.registrationapp=1.20.0
  54. omod.registrationcore=1.10.0
  55. omod.reporting=1.21.0
  56. omod.reportingcompatibility=2.0.7
  57. omod.reportingrest=1.11.0
  58. omod.reportingui=1.7.0
  59. omod.serialization.xstream=0.2.14
  60. omod.serialization.xstream.type=omod
  61. omod.simulationmodule=1.5.0-SNAPSHOT
  62. omod.uicommons=2.15.0
  63. omod.uiframework=3.19.0
  64. omod.uilibrary=2.0.6
  65. omod.webservices.rest=2.29.0
  66. server.id=qaframeworkserver
  67. server.port=1
  68. tomcat.port=1024
  69. version=2.11.0
  70. war.openmrs=2.3.2
  71. opensource@opensource-OptiPlex-3010:~/openmrs/qaframeworkserver$
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement