Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 3 → Rev 11

/it-ru/trunk/conf/hibernate.cfg.xml.sample
11,7 → 11,7
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="connection.username">user</property>
<property name="connection.password">password</property>
<property name="connection.url">jdbc:postgresql://localhost/itru</property>
<property name="connection.url">jdbc:postgresql://localhost/kickup</property>
 
<property name="dialect">net.sf.hibernate.dialect.PostgreSQLDialect</property>
<property name="show_sql">false</property>