Fix wrong host for matrix_pgsql

This commit is contained in:
Christian Beikov 2021-02-04 09:16:55 +01:00
parent 47807c25f1
commit 0aff8627df
1 changed files with 1 additions and 2 deletions

View File

@ -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