~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to local/et/dhis-web-ethiopia/src/main/resources/hibernate.properties

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
hibernate.show_sql = false
 
2
hibernate.use_sql_comments = false
 
3
hibernate.dialect = org.hibernate.dialect.MySQLDialect
 
4
hibernate.connection.driver_class = com.mysql.jdbc.Driver
 
5
hibernate.connection.url = jdbc:mysql://localhost/kl_dhis2?useUnicode=true&characterEncoding=UTF-8
 
6
hibernate.connection.username = dhis
 
7
hibernate.connection.password =
 
8
hibernate.connection.pool_size = 10
 
9
 
 
10
# ONLY FIRST RUN:# 
 
11
hibernate.hbm2ddl.auto = update