diff --git a/src/main/resources/hibernate.cfg.xml b/src/main/resources/hibernate.cfg.xml index 7ae742fb6ea9906fb7002d64dc3864b5bb04c47b..6b6aa44b988ba71497dcd9cbca4abea3cc784e1e 100644 --- a/src/main/resources/hibernate.cfg.xml +++ b/src/main/resources/hibernate.cfg.xml @@ -6,7 +6,7 @@ <hibernate-configuration> <session-factory> <property name="connection.driver_class">org.postgresql.Driver</property> - <property name="connection.url">jdbc:postgresql://localhost:55432/postgres</property> + <property name="connection.url">jdbc:postgresql://portaldb:5432/postgres</property> <property name="connection.username">postgres</property> <property name="connection.password">test</property> <property name="hibernate.format_sql">true</property>