← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 165: Added readme file

 

------------------------------------------------------------
revno: 165
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Wed 2009-04-08 00:25:03 +0200
message:
  Added readme file
added:
  dhis-2/README.txt

=== added file 'dhis-2/README.txt'
--- dhis-2/README.txt	1970-01-01 00:00:00 +0000
+++ dhis-2/README.txt	2009-04-07 22:25:03 +0000
@@ -0,0 +1,50 @@
+
+------------------------------------------------------------------------
+DISTRICT HEALTH INFORMATION SOFTWARE 2
+------------------------------------------------------------------------
+
+------------------------------------------------------------------------
+HIBERNATE PROPERTIES
+------------------------------------------------------------------------
+
+# PostgreSQL
+
+hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
+hibernate.connection.driver_class = org.postgresql.Driver
+hibernate.connection.url = jdbc:postgresql:dhis2
+hibernate.connection.username = dhis
+hibernate.connection.password = dhis
+
+# MySQL
+
+#hibernate.dialect = org.hibernate.dialect.MySQLDialect
+#hibernate.connection.driver_class = com.mysql.jdbc.Driver
+#hibernate.connection.url = jdbc:mysql://localhost/dhis2
+#hibernate.connection.username = dhis
+#hibernate.connection.password = dhis
+
+# H2
+
+#hibernate.dialect = org.hisp.dhis.dialect.H2Dialect
+#hibernate.connection.driver_class = org.h2.Driver
+#hibernate.connection.url = jdbc:h2:dhis2
+#hibernate.connection.username = sa
+#hibernate.connection.password =
+
+# Derby
+
+#hibernate.dialect = org.hisp.dhis.dialect.IdentityDerbyDialect
+#hibernate.connection.url = jdbc:derby:dhis2;create=true
+#hibernate.connection.driver_class = org.apache.derby.jdbc.EmbeddedDriver
+#hibernate.connection.username = sa
+#hibernate.connection.password =
+
+# Autogenerate and update schema
+
+hibernate.hbm2ddl.auto = update
+
+# Various options
+
+#hibernate.show_sql = true
+#hibernate.format_sql = true
+



--
Trunk
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.