From 7c5d48a1a48a9ce7f6846072c94c4cc61b62bfa4 Mon Sep 17 00:00:00 2001 From: tluutho <tluutho@chuv.ch> Date: Thu, 25 Feb 2016 11:43:47 +0100 Subject: [PATCH] prod : config --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 42e4020e7..94ff7bd03 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> -- GitLab