update postgresql testing profile
This commit is contained in:
parent
5068b8e808
commit
2e5d707307
|
@ -21,4 +21,4 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
jdbcDependency "postgresql:postgresql:8.4-701.jdbc4"
|
||||
jdbcDependency "postgresql:postgresql:9.1-901.jdbc4"
|
|
@ -24,9 +24,9 @@
|
|||
|
||||
hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
|
||||
hibernate.connection.driver_class org.postgresql.Driver
|
||||
hibernate.connection.url jdbc:postgresql://postgresql04.mw.lab.eng.bos.redhat.com:5432/dballo03
|
||||
hibernate.connection.username dballo03
|
||||
hibernate.connection.password dballo03
|
||||
hibernate.connection.url jdbc:postgresql://localhost/hibernate
|
||||
hibernate.connection.username hibernate
|
||||
hibernate.connection.password hibernate
|
||||
|
||||
|
||||
hibernate.connection.pool_size 5
|
||||
|
|
Loading…
Reference in New Issue