Initial import.
[simdecs_seam.git] / SimDeCS / hibernate-console.properties
1 #File used by hibernate tools to override <datasource> and other container specific settings in persistence.xml
2 hibernate.connection.password=tatuira
3 hibernate.connection.username=simdecs
4 hibernate.connection.driver_class=org.postgresql.Driver
5 hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
6 hibernate.connection.url=jdbc:postgresql://localhost:5432/simdecs
7
8 hibernate.connection.provider_class=org.hibernate.connection.DriverManagerConnectionProvider
9 hibernate.datasource=
10 hibernate.transaction.manager_lookup_class=