Advertisement
Guest User

Untitled

a guest
May 15th, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # H2 database config file
  2. install_method=auto
  3.  
  4. connection.url=jdbc:h2:@APPLICATIONDATADIR@/database/@DBNAME@;AUTO_RECONNECT=TRUE;DB_CLOSE_DELAY=-1
  5. connection.driver_class=org.h2.Driver
  6. connection.username=sa
  7. connection.password=sa
  8.  
  9. database_name=openmrs
  10. has_current_openmrs_database=true
  11. create_database_user=false
  12. create_tables=true
  13. add_demo_data=false
  14. module_web_admin=true
  15. auto_update_database=false
  16.  
  17. admin_user_password=Admin123
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement