Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 10 → Rev 11

/it-ru/trunk/conf/log4j.properties
5,6 → 5,6
log4j.appender.stdout.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
 
log4j.logger.ak=debug
log4j.logger.ak.itru=debug
log4j.logger.ak.kickup=debug
 
log4j.logger.net.sf.hibernate=error
/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>