Skip to content

Commit 0aff862

Browse files
committed
Fix wrong host for matrix_pgsql
1 parent 47807c2 commit 0aff862

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databases/pgsql/resources/hibernate.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
hibernate.dialect org.hibernate.dialect.PostgreSQL94Dialect
99
hibernate.connection.driver_class org.postgresql.Driver
10-
hibernate.connection.url jdbc:postgresql://192.168.99.100:5432/hibernate_orm_test?preparedStatementCacheQueries=0
11-
#hibernate.connection.url jdbc:postgresql://localhost:5432/hibernate_orm_test?preparedStatementCacheQueries=0
10+
hibernate.connection.url jdbc:postgresql://localhost:5432/hibernate_orm_test?preparedStatementCacheQueries=0
1211
hibernate.connection.username hibernate_orm_test
1312
hibernate.connection.password hibernate_orm_test
1413

0 commit comments

Comments
 (0)