Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13 | Rev 30 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | <property name="connection.password">password</property> |
13 | <property name="connection.password">password</property> |
14 | <property name="connection.url">jdbc:postgresql://localhost/kickup</property> |
14 | <property name="connection.url">jdbc:postgresql://localhost/kickup</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 | ||
- | 19 | <property name="dbcp.maxActive">15</property> |
|
- | 20 | <property name="dbcp.maxIdle">5</property> |
|
- | 21 | <property name="dbcp.maxWait">120000</property> |
|
- | 22 | <property name="dbcp.whenExhaustedAction">1</property> |
|
- | 23 | <property name="dbcp.testOnBorrow">true</property> |
|
- | 24 | <property name="dbcp.testOnReturn">false</property> |
|
- | 25 | <property name="dbcp.validationQuery">select 1</property> |
|
- | 26 | <property name="dbcp.ps.maxActive">15</property> |
|
- | 27 | <property name="dbcp.ps.maxIdle">5</property> |
|
- | 28 | <property name="dbcp.ps.maxWait">120000</property> |
|
- | 29 | <property name="dbcp.ps.whenExhaustedAction">1</property> |
|
18 | </session-factory> |
30 | </session-factory> |
19 | </hibernate-configuration> |
31 | </hibernate-configuration> |