Subversion Repositories general

Rev

Rev 900 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 900 Rev 924
Line 9... Line 9...
9
 
9
 
10
		<!-- properties -->
10
		<!-- properties -->
11
		<property name="connection.driver_class">org.postgresql.Driver</property>
11
		<property name="connection.driver_class">org.postgresql.Driver</property>
12
		<property name="connection.username">user</property>
12
		<property name="connection.username">user</property>
13
		<property name="connection.password">password</property>
13
		<property name="connection.password">password</property>
14
		<property name="connection.url">jdbc:postgresql://localhost/hostcaptain</property>
14
		<property name="connection.url">jdbc:postgresql://localhost/hostadmiral</property>
15
 
15
 
16
		<property name="dialect">net.sf.hibernate.dialect.PostgreSQLDialect</property>
16
		<property name="dialect">net.sf.hibernate.dialect.PostgreSQLDialect</property>
17
		<property name="show_sql">false</property>
17
		<property name="show_sql">false</property>
18
	</session-factory>
18
	</session-factory>
19
</hibernate-configuration>
19
</hibernate-configuration>