diff --git a/pom.xml b/pom.xml
index 42e4020e71dc2032f002a57e484c573c3942e809..94ff7bd03760ff25fb31e65637b5d0a039da7b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,9 +38,9 @@
 		        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		        <java.version>1.8</java.version>
 				<connection.driver_class>org.postgresql.Driver</connection.driver_class>
-				<connection.url>jdbc:postgresql://localhost:5432/postgres</connection.url>
-				<connection.username>root</connection.username>
-				<connection.password>root</connection.password>
+				<connection.url>jdbc:postgresql://hbpmdw1.chuv.ch:31432/portal</connection.url>
+				<connection.username>portal</connection.username>
+				<connection.password>iaezXODVLb1e70I</connection.password>
 				<hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect>
 				<schema.deploy>false</schema.deploy>
 			</properties>