Fix wrong host for matrix_pgsql
This commit is contained in:
parent
47807c25f1
commit
0aff8627df
|
@ -7,8 +7,7 @@
|
|||
|
||||
hibernate.dialect org.hibernate.dialect.PostgreSQL94Dialect
|
||||
hibernate.connection.driver_class org.postgresql.Driver
|
||||
hibernate.connection.url jdbc:postgresql://192.168.99.100:5432/hibernate_orm_test?preparedStatementCacheQueries=0
|
||||
#hibernate.connection.url jdbc:postgresql://localhost:5432/hibernate_orm_test?preparedStatementCacheQueries=0
|
||||
hibernate.connection.url jdbc:postgresql://localhost:5432/hibernate_orm_test?preparedStatementCacheQueries=0
|
||||
hibernate.connection.username hibernate_orm_test
|
||||
hibernate.connection.password hibernate_orm_test
|
||||
|
||||
|
|
Loading…
Reference in New Issue