Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

root/openmrs-modules/epihandy/metadata/epihandy.hibernate.default.properties

Revision 1824, 1.1 kB (checked in by dkayiwa, 2 years ago)

aadding epihandy module to the repository

Line 
1 # Default (overridable) with runtime properties file
2
3 # Connection Properties -->
4 hibernate.connection.username=sa
5 hibernate.connection.password=djo8haccEPI
6 hibernate.connection.driver_class=com.microsoft.jdbc.sqlserver.SQLServerDriver
7 hibernate.connection.url=jdbc:microsoft:sqlserver://disd:1034;DatabaseName=epihandy0906;User=sa;Password=djo8haccEPI;SelectMethod=Cursor
8 hibernate.default_schema=epihandy0906.dbo
9                
10 # Hibernate specific connection/debug properties
11 hibernate.show_sql=false
12 hibernate.format_sql=true
13 hibernate.lazy=true
14
15
16 # Hibernate specific connection/debug properties
17 hibernate.show_sql=false
18 hibernate.format_sql=true
19 hibernate.lazy=true
20 hibernate.dialect=org.hibernate.dialect.SQLServerDialect
21
22 # Hibernate debugging options
23 hibernate.generate_statistics=false
24 hibernate.cache.use_structured_entries=false
25
26 # Shouldn't need to override these properties
27 #hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider
28 #hibernate.connection.provider_class=org.hibernate.connection.C3P0ConnectionProvider
29 hibernate.connection.release_mode=after_transaction
30
31
32
33
Note: See TracBrowser for help on using the browser.